From 92737d2c42f8df17ce910a2ca04fd09b84a5b6a3 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 28 Jun 2006 14:34:27 +0000 Subject: 22526: enhance ${(#)...} to handle Unicode --- Doc/Zsh/expn.yo | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Doc/Zsh') 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 -- cgit v1.2.3