summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-24 12:54:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-24 12:54:15 (GMT)
commitabc23e672315cb78ec468f0d96c592d0ea346ac9 (patch)
tree8460af10f085d3f44905d34edf4d5144da247fd3 /doc
parent3fcb054f917b0642d1ee4ee943c41266e20e3acc (diff)
downloadtcl-abc23e672315cb78ec468f0d96c592d0ea346ac9.zip
tcl-abc23e672315cb78ec468f0d96c592d0ea346ac9.tar.gz
tcl-abc23e672315cb78ec468f0d96c592d0ea346ac9.tar.bz2
TCL_CFGVAL_ENCODING now defaults to "utf-8" as well.
No explicit "-encoding utf-8" for "source" any more, since that's the default
Diffstat (limited to 'doc')
-rw-r--r--doc/InitSubSyst.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/InitSubSyst.3 b/doc/InitSubSyst.3
index 3c138a4..7551145 100644
--- a/doc/InitSubSyst.3
+++ b/doc/InitSubSyst.3
@@ -23,9 +23,9 @@ first thing in the application's main program.
.PP
\fBTcl_InitSubsystems\fR is very similar in use to
\fBTcl_FindExecutable\fR. It can be used when Tcl is
-used as utility library, no other encodings than utf8,
+used as utility library, no other encodings than utf-8,
iso8859-1 or unicode are used, and no interest exists in the
value of \fBinfo nameofexecutable\fR. The system encoding will not
-be extracted from the environment, but falls back to iso8859-1.
+be extracted from the environment, but falls back to utf-8.
.SH KEYWORDS
binary, executable file