diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-26 09:01:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-08-26 09:01:00 (GMT) |
commit | bf10d7f187b5017773f1342994469a1bd4e0e8f7 (patch) | |
tree | 81328c04fa31b5ee38226464900f6dcb2d93ef9a /doc | |
parent | 587f8fa3d9cfaccb5763689ee36cd8c41efe0689 (diff) | |
parent | 820f8b93db0118a857d692bea2efa8b3b3149692 (diff) | |
download | tcl-bf10d7f187b5017773f1342994469a1bd4e0e8f7.zip tcl-bf10d7f187b5017773f1342994469a1bd4e0e8f7.tar.gz tcl-bf10d7f187b5017773f1342994469a1bd4e0e8f7.tar.bz2 |
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/StringObj.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/StringObj.3 b/doc/StringObj.3 index e011c27..12fc413 100644 --- a/doc/StringObj.3 +++ b/doc/StringObj.3 @@ -91,7 +91,7 @@ Points to the first byte of an array of UTF-8-encoded bytes used to set or append to a string value. This byte array may contain embedded null characters unless \fInumChars\fR is negative. (Applications needing null bytes -should represent them as the two-byte sequence \fI\e700\e600\fR, use +should represent them as the two-byte sequence \fI\e300\e200\fR, use \fBTcl_ExternalToUtf\fR to convert, or \fBTcl_NewByteArrayObj\fR if the string is a collection of uninterpreted bytes.) .AP int length in |