diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-13 09:07:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-13 09:07:48 (GMT) |
commit | edef93966879d501b92b245dc89aabc37bd58f79 (patch) | |
tree | 8f385b3df3c788c02f363d7bc459320a42849ca5 /doc | |
parent | 24e4669c51e1dbe148a0bba31d38e5c626d4b075 (diff) | |
parent | c1638f82167bd6b45849dea02d42f52ccff8d444 (diff) | |
download | tcl-edef93966879d501b92b245dc89aabc37bd58f79.zip tcl-edef93966879d501b92b245dc89aabc37bd58f79.tar.gz tcl-edef93966879d501b92b245dc89aabc37bd58f79.tar.bz2 |
Fix documentation of Tcl_UtfAtIndex(), in accordance with implementation. See: [81242a48c8]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Utf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |