about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-06-28 14:34:27 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-06-28 14:34:27 +0000
commit92737d2c42f8df17ce910a2ca04fd09b84a5b6a3 (patch)
treedc9049e50f9db6540c35a3b0007ae352d11df0ea /Doc
parent6157c14d0602c698aa9ebfac9a2135ef095a76b4 (diff)
downloadzsh-92737d2c42f8df17ce910a2ca04fd09b84a5b6a3.tar.gz
zsh-92737d2c42f8df17ce910a2ca04fd09b84a5b6a3.tar.xz
zsh-92737d2c42f8df17ce910a2ca04fd09b84a5b6a3.zip
22526: enhance ${(#)...} to handle Unicode
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 146750098..fe16af735 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -649,6 +649,9 @@ item(tt(#))(
 Evaluate the resulting words as numeric expressions and output the
 characters corresponding to the resulting integer.  Note that this form is
 entirely distinct from use of the tt(#) without parentheses.
+
+If the tt(MULTIBYTE) option is set and the number is greater than 127
+(i.e. not an ASCII character) it is treated as a Unicode character.
 )
 item(tt(%))(
 Expand all tt(%) escapes in the resulting words in the same way as in in