summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-02 15:03:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-02 15:03:45 (GMT)
commit2b096ec26df0564a66dc13dc0f0b84942db5273e (patch)
tree2f41b7f3b4a915791041575c3a51057f4dcab18e /doc
parent972ac8cc9d03192665f5f6eaaf49fc1b7c97d109 (diff)
parenta41149258a75935ea1748f2fb603beb84e317ae8 (diff)
downloadtcl-2b096ec26df0564a66dc13dc0f0b84942db5273e.zip
tcl-2b096ec26df0564a66dc13dc0f0b84942db5273e.tar.gz
tcl-2b096ec26df0564a66dc13dc0f0b84942db5273e.tar.bz2
Merge tip-548
Diffstat (limited to 'doc')
-rw-r--r--doc/Utf.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Utf.3 b/doc/Utf.3
index 29dd11a..b2a8389 100644
--- a/doc/Utf.3
+++ b/doc/Utf.3
@@ -93,7 +93,7 @@ int
.AS "const Tcl_UniChar" *uniPattern in/out
.AP char *buf out
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.
+4 bytes are stored in the buffer.
.AP int ch in
The Unicode character to be converted or examined.
.AP Tcl_UniChar *chPtr out