summaryrefslogtreecommitdiffstats
path: root/doc/string.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-07-11 10:38:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-07-11 10:38:55 (GMT)
commitdf203baa1f787de574237d71c3df4491edc0dae4 (patch)
tree30ba70d08a8d04c578395576230330a8fc7e09ad /doc/string.n
parent8f7dce1bcda533fc3f4cc6aecee46e7ab6a4a7b3 (diff)
downloadtcl-df203baa1f787de574237d71c3df4491edc0dae4.zip
tcl-df203baa1f787de574237d71c3df4491edc0dae4.tar.gz
tcl-df203baa1f787de574237d71c3df4491edc0dae4.tar.bz2
Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no longer a whitespace, but for Tcl it still is.
"NEL/Next Line" (U+0085) should have been a Unicode whitespace, but never was in Tcl. This is corrected in Tcl 8.6, but for legacy reasons not in Tcl 8.5. Update documentation accordingly, and extend test-cases for Unicode 7 compliance.
Diffstat (limited to 'doc/string.n')
-rw-r--r--doc/string.n3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/string.n b/doc/string.n
index f39d57c..7e427ab 100644
--- a/doc/string.n
+++ b/doc/string.n
@@ -161,7 +161,8 @@ Any Unicode printing character, including space.
.IP \fBpunct\fR 12
Any Unicode punctuation character.
.IP \fBspace\fR 12
-Any Unicode space character.
+Any Unicode whitespace character or mongolian vowel separator (U+180e),
+but not NEL/Next Line (U+0085).
.IP \fBtrue\fR 12
Any of the forms allowed to \fBTcl_GetBoolean\fR where the value is
true.