summaryrefslogtreecommitdiffstats
path: root/doc/Utf.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-29 11:49:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-29 11:49:49 (GMT)
commit7ecb945209c9068c6438b0a1bed50e9ed49c2453 (patch)
tree71de6f63de12b987cde771a43b210e313f524d02 /doc/Utf.3
parent03c66864aa2ffa9871ce216b00cd661eaf1be688 (diff)
parent79b5a0a71662460559e6c6df778d3fff7ac2f3d5 (diff)
downloadtcl-7ecb945209c9068c6438b0a1bed50e9ed49c2453.zip
tcl-7ecb945209c9068c6438b0a1bed50e9ed49c2453.tar.gz
tcl-7ecb945209c9068c6438b0a1bed50e9ed49c2453.tar.bz2
Merge core-8-branch. Also, use a different value for TCL_STUB_MAGIC when 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 de9545d..78d795e 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 character to be converted or examined.
+The Unicode 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