diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-04-09 21:47:21 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-04-09 21:47:21 +0000 |
commit | ef330a5dfddc763b83fe2406a91c61519279de68 (patch) | |
tree | a443ed27b17283591c3bd51e2938659ac03f6687 /Doc/Zsh/options.yo | |
parent | 82dc72e03462d2f0ebae2f6f4794fbb941cb3c8c (diff) | |
download | zsh-ef330a5dfddc763b83fe2406a91c61519279de68.tar.gz zsh-ef330a5dfddc763b83fe2406a91c61519279de68.tar.xz zsh-ef330a5dfddc763b83fe2406a91c61519279de68.zip |
22408: support for multibyte characters in patterns
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 14 |
1 files changed, 14 insertions, 0 deletions
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)) <C> <Z>)( |