diff options
author | dgp <dgp@users.sourceforge.net> | 2007-11-01 16:25:43 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-11-01 16:25:43 (GMT) |
commit | 0537174e35c6270b8692f4912ba7aeb657cc57e4 (patch) | |
tree | 503482ebd37a5204af05a8df8c42ef50d320be23 /doc/Utf.3 | |
parent | d7be6d4cec335a1347fae7694ed8a6be6ddcf1b5 (diff) | |
download | tcl-0537174e35c6270b8692f4912ba7aeb657cc57e4.zip tcl-0537174e35c6270b8692f4912ba7aeb657cc57e4.tar.gz tcl-0537174e35c6270b8692f4912ba7aeb657cc57e4.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'doc/Utf.3')
-rw-r--r-- | doc/Utf.3 | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: Utf.3,v 1.23 2005/05/10 18:33:58 kennykb Exp $ +'\" RCS: @(#) $Id: Utf.3,v 1.23.8.1 2007/11/01 16:25:47 dgp Exp $ '\" .so man.macros .TH Utf 3 "8.1" Tcl "Tcl Library Procedures" @@ -156,8 +156,9 @@ end of the \fBTcl_DString\fR. \fBTcl_UtfToUniCharDString\fR converts the given UTF-8 string to Unicode, storing the result in the previously initialized \fBTcl_DString\fR. In the argument \fIlength\fR, you may either specify the length of -the given UTF-8 string in bytes or "-1", in which -case \fBTcl_UtfToUniCharDString\fR uses \fBstrlen\fR to +the given UTF-8 string in bytes or +.QW \-1 , +in which case \fBTcl_UtfToUniCharDString\fR uses \fBstrlen\fR to calculate the length. The return value is a pointer to the Unicode representation of the UTF-8 string. Storage for the return value is appended to the end of the \fBTcl_DString\fR. The Unicode string |