summaryrefslogtreecommitdiffstats
path: root/doc/ToUpper.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-17 16:35:51 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-17 16:35:51 (GMT)
commit27c27e941a08c8ea873a5de4333a498788a22c33 (patch)
tree27485d4f1bbb8509ad6e0ade9f8402cc056bcb44 /doc/ToUpper.3
parent07cfb2190f1ec3f06fb59425ad6fc3b5edd5dcff (diff)
parent50eee151a907e29a58d8201f66988816ae14eae5 (diff)
downloadtcl-27c27e941a08c8ea873a5de4333a498788a22c33.zip
tcl-27c27e941a08c8ea873a5de4333a498788a22c33.tar.gz
tcl-27c27e941a08c8ea873a5de4333a498788a22c33.tar.bz2
Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unicode tables. Not used in 8.6 yet.
Diffstat (limited to 'doc/ToUpper.3')
-rw-r--r--doc/ToUpper.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ToUpper.3 b/doc/ToUpper.3
index 0647b85..629a8e5 100644
--- a/doc/ToUpper.3
+++ b/doc/ToUpper.3
@@ -81,7 +81,7 @@ and all following characters into their lower-case equivalents.
.SH BUGS
.PP
At this time, the case conversions are only defined for the Unicode
-plane 0 characters. The result for Unicode characters above 0xffff
+plane 0 characters. The result for Unicode characters above 0xFFFF
is undefined, but - actually - only the lower 16 bits of the
character value is handled.