summaryrefslogtreecommitdiffstats
path: root/doc/Utf.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-26 15:21:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-26 15:21:21 (GMT)
commitd2444449ecef364e9a2cb59094941ae4be702c48 (patch)
treed5bed04454c55319ca6e71c1b973e27b32c78a00 /doc/Utf.3
parent0f01f464deacd837c381b9e4c571a1976d553334 (diff)
parentd28ffce7cd1cfb32c243f8384664d3a332ecbcb4 (diff)
downloadtcl-d2444449ecef364e9a2cb59094941ae4be702c48.zip
tcl-d2444449ecef364e9a2cb59094941ae4be702c48.tar.gz
tcl-d2444449ecef364e9a2cb59094941ae4be702c48.tar.bz2
Merge 8.7
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 4c9a0ea..a7f60d2 100644
--- a/doc/Utf.3
+++ b/doc/Utf.3
@@ -280,7 +280,7 @@ byte \fIsrc[0]\fR nor the byte \fIstart[-1]\fR nor the byte
\fIsrc[-\fBTCL_UTF_MAX\fI-1]\fR.
.PP
\fBTcl_UniCharAtIndex\fR corresponds to a C string array dereference or the
-Pascal Ord() function. It returns the Tcl_UniChar represented at the
+Pascal Ord() function. It returns the Unicode character represented at the
specified character (not byte) \fIindex\fR in the UTF-8 string
\fIsrc\fR. The source string must contain at least \fIindex\fR
characters.