summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-28 18:45:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-28 18:45:16 (GMT)
commit9a7ce78e965b9066530810b359b0b968667de251 (patch)
treef0d3acdceb02a96324acd8f5826b3ded1678fca9 /doc
parent82cd662f00327eb89fa2951c3f343112b6150e36 (diff)
downloadtcl-9a7ce78e965b9066530810b359b0b968667de251.zip
tcl-9a7ce78e965b9066530810b359b0b968667de251.tar.gz
tcl-9a7ce78e965b9066530810b359b0b968667de251.tar.bz2
Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly when sizeof(Tcl_UniChar) != 2.
Diffstat (limited to 'doc')
-rw-r--r--doc/Encoding.34
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/Encoding.3 b/doc/Encoding.3
index 81ef508..79fca0f 100644
--- a/doc/Encoding.3
+++ b/doc/Encoding.3
@@ -260,10 +260,6 @@ Windows-only convenience
functions for converting between UTF-8 and Windows strings
based on the TCHAR type which is by convention
a Unicode character on Windows NT.
-These functions are essentially wrappers around
-\fBTcl_UtfToExternalDString\fR and
-\fBTcl_ExternalToUtfDString\fR that convert to and from the
-Unicode encoding.
.PP
\fBTcl_GetEncodingName\fR is roughly the inverse of \fBTcl_GetEncoding\fR.
Given an \fIencoding\fR, the return value is the \fIname\fR argument that