diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2015-07-07 14:16:07 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2015-07-07 14:16:07 (GMT) |
commit | 91de92f0234579b1caf796f6f8b3ebce2099a8da (patch) | |
tree | 0bcf9ba917807c446566947e553e7287aa6fec3c /doc | |
parent | ec70ddd4352da0e5022428fed4cfadff606d4334 (diff) | |
download | tcl-91de92f0234579b1caf796f6f8b3ebce2099a8da.zip tcl-91de92f0234579b1caf796f6f8b3ebce2099a8da.tar.gz tcl-91de92f0234579b1caf796f6f8b3ebce2099a8da.tar.bz2 |
Documentation: source ignores BOM for unicode files
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source.n | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source.n b/doc/source.n index 9f0fd6f..d8eaa0c 100644 --- a/doc/source.n +++ b/doc/source.n @@ -45,6 +45,8 @@ 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). +.PP .VS 8.5 The \fB\-encoding\fR option is used to specify the encoding of the data stored in \fIfileName\fR. When the \fB\-encoding\fR option |