diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-17 16:08:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-17 16:08:49 (GMT) |
commit | 2ea8f0fe98ed8a2f72d7d355b9c080fbb5bdd912 (patch) | |
tree | 72a43aee97b77bd843b0375f98b3f87a8c2bd176 /doc/Utf.3 | |
parent | b832920adb6043bec1ec4081a84481bad38cc3ac (diff) | |
download | tcl-2ea8f0fe98ed8a2f72d7d355b9c080fbb5bdd912.zip tcl-2ea8f0fe98ed8a2f72d7d355b9c080fbb5bdd912.tar.gz tcl-2ea8f0fe98ed8a2f72d7d355b9c080fbb5bdd912.tar.bz2 |
merge core-8-branch. Fix some Tcl_UniChar initialization, in case TCL_UTF_MAX == 4
Diffstat (limited to 'doc/Utf.3')
-rw-r--r-- | doc/Utf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ int Buffer in which the UTF-8 representation of the Tcl_UniChar is stored. At most \fBTCL_UTF_MAX\fR bytes are stored in the buffer. .AP int ch in -The Tcl_UniChar to be converted or examined. +The character to be converted or examined. .AP Tcl_UniChar *chPtr out Filled with the Tcl_UniChar represented by the head of the UTF-8 string. .AP "const char" *src in |