diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2006-06-28 14:34:27 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-06-28 14:34:27 +0000 |
| commit | 92737d2c42f8df17ce910a2ca04fd09b84a5b6a3 (patch) | |
| tree | dc9049e50f9db6540c35a3b0007ae352d11df0ea /Doc | |
| parent | 22525: lengths and cases of multibyte strings in parameters and history (diff) | |
| download | zsh-92737d2c42f8df17ce910a2ca04fd09b84a5b6a3.tar zsh-92737d2c42f8df17ce910a2ca04fd09b84a5b6a3.tar.gz zsh-92737d2c42f8df17ce910a2ca04fd09b84a5b6a3.tar.bz2 zsh-92737d2c42f8df17ce910a2ca04fd09b84a5b6a3.tar.lz zsh-92737d2c42f8df17ce910a2ca04fd09b84a5b6a3.tar.xz zsh-92737d2c42f8df17ce910a2ca04fd09b84a5b6a3.tar.zst zsh-92737d2c42f8df17ce910a2ca04fd09b84a5b6a3.zip | |
22526: enhance ${(#)...} to handle Unicode
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/expn.yo | 3 |
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 |
