diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-04 07:07:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-04 07:07:10 (GMT) |
commit | 26a830241ea90ce41d6cddc8f2a720f4cc5b2e73 (patch) | |
tree | 3f47e016e6cb081ea94ecb9b37e6086e073e5838 /doc | |
parent | a293b747f1f66c39abb0988341c2d4e9d0594a2c (diff) | |
parent | cc1e30158793a4c08f066242a62aeba0a777c263 (diff) | |
download | tcl-26a830241ea90ce41d6cddc8f2a720f4cc5b2e73.zip tcl-26a830241ea90ce41d6cddc8f2a720f4cc5b2e73.tar.gz tcl-26a830241ea90ce41d6cddc8f2a720f4cc5b2e73.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc')
-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 |