summaryrefslogtreecommitdiffstats
path: root/doc/Utf.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-17 16:08:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-17 16:08:49 (GMT)
commit2ea8f0fe98ed8a2f72d7d355b9c080fbb5bdd912 (patch)
tree72a43aee97b77bd843b0375f98b3f87a8c2bd176 /doc/Utf.3
parentb832920adb6043bec1ec4081a84481bad38cc3ac (diff)
downloadtcl-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.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Utf.3 b/doc/Utf.3
index 5cd6b7df..638f349 100644
--- a/doc/Utf.3
+++ b/doc/Utf.3
@@ -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