about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-06-11 12:41:05 +0100
committerPeter Stephenson <pws@zsh.org>2015-06-11 12:41:05 +0100
commit370e7f73f68af06aaf1595bc8b16ec7e8c910409 (patch)
treedd605cf16d519c8903ea4b91b63b0cff2048a824
parent5ff536f613b174a55770fdbfb86be0f69c95b8e0 (diff)
downloadzsh-370e7f73f68af06aaf1595bc8b16ec7e8c910409.tar.gz
zsh-370e7f73f68af06aaf1595bc8b16ec7e8c910409.tar.xz
zsh-370e7f73f68af06aaf1595bc8b16ec7e8c910409.zip
35442: document MULTIBYTE is always on by default when available
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/options.yo8
2 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 8228ff4aa..4f96800b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-11  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 35442: Doc/Zsh/options.yo: multibyte option now on
+	everywhere by default.
+
 2015-06-08  Oliver Kiddle  <opk@zsh.org>
 
 	* 35418: Doc/Zsh/compsys.yo: fix usage synopsis for _describe
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index fa5402426..db9b18b8c 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -634,7 +634,7 @@ pindex(NO_MULTIBYTE)
 pindex(NOMULTIBYTE)
 cindex(characters, multibyte, in expansion and globbing)
 cindex(multibyte characters, in expansion and globbing)
-item(tt(MULTIBYTE) <C> <K> <Z>)(
+item(tt(MULTIBYTE) <D>)(
 Respect multibyte characters when found in strings.
 When this option is set, strings are examined using the
 system library to determine how many bytes form a character, depending
@@ -642,10 +642,8 @@ on the current locale.  This affects the way characters are counted in
 pattern matching, parameter values and various delimiters.
 
 The option is on by default if the shell was compiled with
-tt(MULTIBYTE_SUPPORT) except in tt(sh) emulation; otherwise it is off by
-default and has no effect if turned on.  The mode is off in tt(sh)
-emulation for compatibility but for interactive use may need to be
-turned on if the terminal interprets multibyte characters.
+tt(MULTIBYTE_SUPPORT); otherwise it is off by default and has no effect
+if turned on.
 
 If the option is off a single byte is always treated as a single
 character.  This setting is designed purely for examining strings