summaryrefslogtreecommitdiffstats
path: root/ChangeLog.2004
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-25 14:24:24 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-25 14:24:24 (GMT)
commit67f864dc656ad9a88f134514172bc55a2c73c3d5 (patch)
treeec11ff23a6063c75412140b6d2d3eece1891c754 /ChangeLog.2004
parent00a4f18c383b2b24cb09871621ff49f7ea98e758 (diff)
downloadtcl-67f864dc656ad9a88f134514172bc55a2c73c3d5.zip
tcl-67f864dc656ad9a88f134514172bc55a2c73c3d5.tar.gz
tcl-67f864dc656ad9a88f134514172bc55a2c73c3d5.tar.bz2
It's "utf-8", not "utf8" or "UTF8"
Diffstat (limited to 'ChangeLog.2004')
-rw-r--r--ChangeLog.20044
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog.2004 b/ChangeLog.2004
index daf124f..f7da18d 100644
--- a/ChangeLog.2004
+++ b/ChangeLog.2004
@@ -2302,7 +2302,7 @@
934511].
* doc/CrtCommand.3: Added note that the arguments given to the command
- proc of a Tcl_CreateCommand are in utf8 since Tcl 8.1. Closing [Patch
+ proc of a Tcl_CreateCommand are in utf-8 since Tcl 8.1. Closing [Patch
414778].
* doc/ChnlStack.3: Removed the declaration that the interp argument to
@@ -2873,7 +2873,7 @@
2004-06-02 Jeff Hobbs <jeffh@ActiveState.com>
* win/tclWinFile.c (TclpFindExecutable): when using GetModuleFileNameA
- (Win9x), convert from CP_ACP to WCHAR then convert back to utf8.
+ (Win9x), convert from CP_ACP to WCHAR then convert back to utf-8.
Adjunct to 2004-04-07 fix.
2004-06-02 David Gravereaux <davygrvy@pobox.com>