diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-03 14:22:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-03 14:22:03 (GMT) |
commit | cc1e30158793a4c08f066242a62aeba0a777c263 (patch) | |
tree | 4c8adff820a1136ac90185562f7ea1f0979e35b2 | |
parent | b71ad7dc5e8e1c3ae1e1761c23d53f37756733f8 (diff) | |
download | tcl-cc1e30158793a4c08f066242a62aeba0a777c263.zip tcl-cc1e30158793a4c08f066242a62aeba0a777c263.tar.gz tcl-cc1e30158793a4c08f066242a62aeba0a777c263.tar.bz2 |
unicode -> utf16/ucs2 in documentation
-rw-r--r-- | doc/source.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source.n b/doc/source.n index 3fc001e..353b8fb 100644 --- a/doc/source.n +++ b/doc/source.n @@ -43,7 +43,7 @@ or which will be safely substituted by the Tcl interpreter into .QW ^Z . .PP -A leading BOM (Byte order mark) contained in the file is ignored for unicode encodings (utf-8, unicode). +A leading BOM (Byte order mark) contained in the file is ignored for unicode encodings (utf-8, utf-16, ucs-2). .PP The \fB\-encoding\fR option is used to specify the encoding of the data stored in \fIfileName\fR. When the \fB\-encoding\fR option |