diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-07 12:15:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-07 12:15:30 (GMT) |
commit | 48b529209c87473364215e8aef740e331f88415a (patch) | |
tree | 2b99ee7353c8fa0de3ddab2375e79ee25d320607 /doc/Utf.3 | |
parent | c06751fdf8ec42ead80c501c199817370fbef853 (diff) | |
download | tcl-48b529209c87473364215e8aef740e331f88415a.zip tcl-48b529209c87473364215e8aef740e331f88415a.tar.gz tcl-48b529209c87473364215e8aef740e331f88415a.tar.bz2 |
Somewhat simplified implementation of TIP #389, in which the "string length" if characters > U+FFFF is considered to be 2, not 1.
Diffstat (limited to 'doc/Utf.3')
-rw-r--r-- | doc/Utf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ const char * const char * \fBTcl_UtfPrev\fR(\fIsrc, start\fR) .sp -Tcl_UniChar +int \fBTcl_UniCharAtIndex\fR(\fIsrc, index\fR) .sp const char * |