From ef330a5dfddc763b83fe2406a91c61519279de68 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 9 Apr 2006 21:47:21 +0000 Subject: 22408: support for multibyte characters in patterns --- Doc/Zsh/options.yo | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Doc/Zsh/options.yo') diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 74f8b4c84..0fb87302e 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -411,6 +411,20 @@ item(tt(MARK_DIRS) (tt(-8), ksh: tt(-X)))( Append a trailing `tt(/)' to all directory names resulting from filename generation (globbing). ) +pindex(MULTIBYTE) +cindex(characters, multibyte, in expansion and globbing) +cindex(multibyte characters, in expansion and globbing) +item(tt(MULTIBYTE))( +Respect multibyte characters when found during pattern matching. +When this option is set, characters strings are examined using the +system library to determine how many bytes form a character, depending +on the current locale. If the option is unset +(or the shell was not compiled with the configuration option +tt(MULTIBYTE_SUPPORT)) a single byte is always treated as a single +character. The option will eventually be extended to cover expansion. +Note, however, that it does not affect the shellʼs editor, which always +uses the locale to determine multibyte characters. +) pindex(NOMATCH) cindex(globbing, no matches) item(tt(NOMATCH) (tt(PLUS()3)) )( -- cgit 1.4.1