diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-09 12:49:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-09 12:49:41 (GMT) |
commit | 4f3c0fa94fcc4ce830c4765499a42261934c48e7 (patch) | |
tree | 57c7b12ae94e928d50c4020a961b23e9ac0cfed2 /doc/Utf.3 | |
parent | 36d1b8447caf0aba9a4adf65b13029f35f89c0d9 (diff) | |
download | tcl-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.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |