about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-03-14 13:36:07 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-03-14 13:36:07 +0000
commitd8fac9fb2315c3edf5f51d0df81c8d99b7018662 (patch)
tree24c54569809eea638bfdf2466541b6fd760f3322 /Doc
parent586de1938f5739b199b5595b6abc8c81258ab822 (diff)
downloadzsh-d8fac9fb2315c3edf5f51d0df81c8d99b7018662.tar.gz
zsh-d8fac9fb2315c3edf5f51d0df81c8d99b7018662.tar.xz
zsh-d8fac9fb2315c3edf5f51d0df81c8d99b7018662.zip
18343, 18348: handle \u and \U escapes for specifying unicode characters
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/builtins.yo2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 899bc96d8..67d2c11e4 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -278,6 +278,8 @@ sitem(tt(\v))(vertical tab)
 sitem(tt(\\))(backslash)
 sitem(tt(\0)var(NNN))(character code in octal)
 sitem(tt(\x)var(NN))(character code in hexadecimal)
+sitem(tt(\u)var(NNNN))(unicode character code in hexadecimal)
+sitem(tt(\U)var(NNNNNNNN))(unicode character code in hexadecimal)
 endsitem()
 
 pindex(BSD_ECHO, use of)