diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-26 15:21:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-26 15:21:21 (GMT) |
commit | d2444449ecef364e9a2cb59094941ae4be702c48 (patch) | |
tree | d5bed04454c55319ca6e71c1b973e27b32c78a00 /doc/Utf.3 | |
parent | 0f01f464deacd837c381b9e4c571a1976d553334 (diff) | |
parent | d28ffce7cd1cfb32c243f8384664d3a332ecbcb4 (diff) | |
download | tcl-d2444449ecef364e9a2cb59094941ae4be702c48.zip tcl-d2444449ecef364e9a2cb59094941ae4be702c48.tar.gz tcl-d2444449ecef364e9a2cb59094941ae4be702c48.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc/Utf.3')
-rw-r--r-- | doc/Utf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |