summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-07-11 10:43:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-07-11 10:43:15 (GMT)
commitb58baa4ff67f4acddcf57d95cf2f28bfa96b9531 (patch)
tree2b96ee7a6c6e1406bbb4a80314bd90ec5c8b9c84 /doc
parentdbed3f80890d0dac9b09204d0a7ffd69049b72cc (diff)
parent0a0d095f202cb17e7d3231292f26d22205bd2cf9 (diff)
downloadtcl-b58baa4ff67f4acddcf57d95cf2f28bfa96b9531.zip
tcl-b58baa4ff67f4acddcf57d95cf2f28bfa96b9531.tar.gz
tcl-b58baa4ff67f4acddcf57d95cf2f28bfa96b9531.tar.bz2
Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no longer a whitespace, but for Tcl it still is.
Update documentation accordingly, and extend test-cases for Unicode 7 compliance.
Diffstat (limited to 'doc')
-rw-r--r--doc/string.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/string.n b/doc/string.n
index 163abdd..72a69ff 100644
--- a/doc/string.n
+++ b/doc/string.n
@@ -131,8 +131,9 @@ Any Unicode printing character, including space.
.IP \fBpunct\fR 12
Any Unicode punctuation character.
.IP \fBspace\fR 12
-Any Unicode whitespace character, zero width space (U+200b),
-word joiner (U+2060) and zero width no-break space (U+feff) (=BOM).
+Any Unicode whitespace character, mongolian vowel separator
+(U+180e), zero width space (U+200b), word joiner (U+2060) or
+zero width no-break space (U+feff) (=BOM).
.IP \fBtrue\fR 12
Any of the forms allowed to \fBTcl_GetBoolean\fR where the value is
true.