summaryrefslogtreecommitdiffstats
path: root/doc/Utf.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-09 12:49:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-03-09 12:49:41 (GMT)
commit4f3c0fa94fcc4ce830c4765499a42261934c48e7 (patch)
tree57c7b12ae94e928d50c4020a961b23e9ac0cfed2 /doc/Utf.3
parent36d1b8447caf0aba9a4adf65b13029f35f89c0d9 (diff)
downloadtcl-4f3c0fa94fcc4ce830c4765499a42261934c48e7.zip
tcl-4f3c0fa94fcc4ce830c4765499a42261934c48e7.tar.gz
tcl-4f3c0fa94fcc4ce830c4765499a42261934c48e7.tar.bz2
Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.
Diffstat (limited to 'doc/Utf.3')
-rw-r--r--doc/Utf.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Utf.3 b/doc/Utf.3
index 903fac7..5361f32 100644
--- a/doc/Utf.3
+++ b/doc/Utf.3
@@ -142,7 +142,7 @@ end and dereference non-existent or random memory; if the source buffer
is known to be null-terminated, this will not happen. If the input is
not in proper UTF-8 format, \fBTcl_UtfToUniChar\fR will store the first
byte of \fIsrc\fR in \fI*chPtr\fR as a Tcl_UniChar between 0x0000 and
-0x00ff and return 1.
+0x00FF and return 1.
.PP
\fBTcl_UniCharToUtfDString\fR converts the given Unicode string
to UTF-8, storing the result in a previously initialized \fBTcl_DString\fR.