summaryrefslogtreecommitdiffstats
path: root/doc/Utf.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-13 09:06:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-13 09:06:07 (GMT)
commitc1638f82167bd6b45849dea02d42f52ccff8d444 (patch)
tree2f03c9d318a5abb0056ae2b990b6518bb91a27b6 /doc/Utf.3
parentf5439dbff5f371ec20c17c7bcc6930e7edc7d02b (diff)
parent820821d220240c0b1cb5a6cf73e96b1cf5ddd4b7 (diff)
downloadtcl-c1638f82167bd6b45849dea02d42f52ccff8d444.zip
tcl-c1638f82167bd6b45849dea02d42f52ccff8d444.tar.gz
tcl-c1638f82167bd6b45849dea02d42f52ccff8d444.tar.bz2
Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. See: [81242a48c8]
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 334fa6f..cca6498 100644
--- a/doc/Utf.3
+++ b/doc/Utf.3
@@ -254,7 +254,7 @@ characters. Behavior is undefined if a negative \fIindex\fR is given.
\fBTcl_UtfAtIndex\fR returns a pointer to the specified character (not
byte) \fIindex\fR in the UTF-8 string \fIsrc\fR. The source string must
contain at least \fIindex\fR characters. This is equivalent to calling
-\fBTcl_UtfNext\fR \fIindex\fR times. If a negative \fIindex\fR is given,
+\fBTcl_UtfToUniChar\fR \fIindex\fR times. If a negative \fIindex\fR is given,
the return pointer points to the first character in the source string.
.PP
\fBTcl_UtfBackslash\fR is a utility procedure used by several of the Tcl