summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-07-13 09:41:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-07-13 09:41:02 (GMT)
commitcdba31b9d5e939cc2f78069f835b086c5aa85a70 (patch)
treeccf7de505094a62e62a226ea1746e36fe14f56c6 /doc
parentbb504b06b4d6df8da0342de8ff3028675a08c8e9 (diff)
parent444cb185b8fba2c875480e0f04ffb7340f5dbcb3 (diff)
downloadtcl-cdba31b9d5e939cc2f78069f835b086c5aa85a70.zip
tcl-cdba31b9d5e939cc2f78069f835b086c5aa85a70.tar.gz
tcl-cdba31b9d5e939cc2f78069f835b086c5aa85a70.tar.bz2
merge trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/Panic.34
-rw-r--r--doc/source.n2
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/Panic.3 b/doc/Panic.3
index 14204c3..e82263f 100644
--- a/doc/Panic.3
+++ b/doc/Panic.3
@@ -62,8 +62,8 @@ and you want to implicitly use the stderr channel of your
application's C runtime (in stead of the stderr channel of the
C runtime used by Tcl), you can call \fBTcl_SetPanicProc\fR
with \fBTcl_ConsolePanic\fR as its argument. On platforms which
-only have one C runtime (almost all platforms except Windows
-and Cygwin) \fBTcl_ConsolePanic\fR is equivalent to NULL.
+only have one C runtime (almost all platforms except Windows)
+\fBTcl_ConsolePanic\fR is equivalent to NULL.
.PP
\fBTcl_SetPanicProc\fR may be used to modify the behavior of
\fBTcl_Panic\fR. The \fIpanicProc\fR argument should match the
diff --git a/doc/source.n b/doc/source.n
index 9f488c5..67d4b6b 100644
--- a/doc/source.n
+++ b/doc/source.n
@@ -43,6 +43,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
The \fB\-encoding\fR option is used to specify the encoding of
the data stored in \fIfileName\fR. When the \fB\-encoding\fR option
is omitted, the system encoding is assumed.