summaryrefslogtreecommitdiffstats
path: root/doc/Utf.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-11-01 16:25:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-11-01 16:25:43 (GMT)
commit0537174e35c6270b8692f4912ba7aeb657cc57e4 (patch)
tree503482ebd37a5204af05a8df8c42ef50d320be23 /doc/Utf.3
parentd7be6d4cec335a1347fae7694ed8a6be6ddcf1b5 (diff)
downloadtcl-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.37
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/Utf.3 b/doc/Utf.3
index b1f29ca..c06e296 100644
--- a/doc/Utf.3
+++ b/doc/Utf.3
@@ -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