diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-13 09:06:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-05-13 09:06:07 (GMT) |
commit | c1638f82167bd6b45849dea02d42f52ccff8d444 (patch) | |
tree | 2f03c9d318a5abb0056ae2b990b6518bb91a27b6 /doc/Utf.3 | |
parent | f5439dbff5f371ec20c17c7bcc6930e7edc7d02b (diff) | |
parent | 820821d220240c0b1cb5a6cf73e96b1cf5ddd4b7 (diff) | |
download | tcl-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.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 |