diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-02-06 12:05:31 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-02-06 12:05:31 +0000 |
commit | 32f03e33e7976fced6e47befa9f3c9c11fc49e46 (patch) | |
tree | ee0c0b55cfd697ffaeb90852597ac3b23948add3 /README | |
parent | 3e6fae832b88b89e8efdda65caeed5e4309bd6e9 (diff) | |
download | zsh-32f03e33e7976fced6e47befa9f3c9c11fc49e46.tar.gz zsh-32f03e33e7976fced6e47befa9f3c9c11fc49e46.tar.xz zsh-32f03e33e7976fced6e47befa9f3c9c11fc49e46.zip |
4.3.0-dev-3 zsh-4.3.0-dev-3
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README index cfad042a0..804d982b1 100644 --- a/README +++ b/README @@ -34,6 +34,13 @@ behaviour. The variable HOME is no longer set by the shell; it must be present in the environment. It is valid for the variable to be unset. +Zsh has previously been lax about whether it allows octets with the +top bit set to be part of a shell identifier. With --enable-multibyte set, +this is now completely disabled. This is a temporary fix until the main +shell handles multibyte characters properly and the appropriate library +tests can be used. This change may be reviewed if no such permanent fix +is forthcoming. + Documentation ------------- |