diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-14 12:53:35 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-04-14 12:53:35 +0000 |
commit | b1b941c30b6f35697c48555448337fa151df52bf (patch) | |
tree | df2522d0592c004793048eb7e4adce700fa32038 /Doc/Zsh | |
parent | f125ca3293802426a41715f73b35f66f7f045252 (diff) | |
download | zsh-b1b941c30b6f35697c48555448337fa151df52bf.tar.gz zsh-b1b941c30b6f35697c48555448337fa151df52bf.tar.xz zsh-b1b941c30b6f35697c48555448337fa151df52bf.zip |
24811: update introductory multibyte documentation
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/roadmap.yo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/Zsh/roadmap.yo b/Doc/Zsh/roadmap.yo index 17e87ac1e..d9b5d53ce 100644 --- a/Doc/Zsh/roadmap.yo +++ b/Doc/Zsh/roadmap.yo @@ -44,6 +44,13 @@ variables (referred to in the documentation as parameters) tt(HISTFILE), tt(HISTSIZE) and tt(SAVEHIST) in ifzman(zmanref(zshparam))\ ifnzman(noderef(Parameters Used By The Shell)). +The shell now supports the UTF-8 character set (and also others if +supported by the operating system). This is (mostly) handled transparently +by the shell, but the degree of support in terminal emulators is variable. +There is some discussion of this in the shell FAQ, +http://zsh.dotsrc.org/FAQ/ . Note in particular that for combining +characters to be handled the option tt(COMBINING_CHARS) needs to be set. + subsect(Completion) Completion is a feature present in many shells. It allows the user to |