diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-02-19 20:17:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-02-19 20:17:01 (GMT) |
commit | be2eb79067e63e0345d94834e85f6f7ecf659625 (patch) | |
tree | c4d124aeabc00a9b783dbe865fb4863df753117e /doc/Utf.3 | |
parent | a3632778ce4707fa88124136b1fa8f078b7eff1c (diff) | |
parent | b752d879c75b2b284c39120f000ad906c7506b87 (diff) | |
download | tcl-be2eb79067e63e0345d94834e85f6f7ecf659625.zip tcl-be2eb79067e63e0345d94834e85f6f7ecf659625.tar.gz tcl-be2eb79067e63e0345d94834e85f6f7ecf659625.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc/Utf.3')
-rw-r--r-- | doc/Utf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ represent one Unicode character in the UTF-8 representation. .PP \fBTcl_UniCharToUtf\fR stores the character \fIch\fR as a UTF-8 string in starting at \fIbuf\fR. The return value is the number of bytes stored -in \fIbuf\fR. If ch is an upper surrogate (range U+D800 - U+DBFF), then +in \fIbuf\fR. If ch is a high surrogate (range U+D800 - U+DBFF), then the return value will be 0 and nothing will be stored. If you still want to produce UTF-8 output for it (even though knowing it's an illegal code-point on its own), just call \fBTcl_UniCharToUtf\fR again using ch = -1. |