summaryrefslogtreecommitdiffstats
path: root/ChangeLog.2002
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.2002')
-rw-r--r--ChangeLog.20022
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.2002 b/ChangeLog.2002
index 9931657..fa31e42 100644
--- a/ChangeLog.2002
+++ b/ChangeLog.2002
@@ -1753,7 +1753,7 @@
2002-07-05 Reinhard Max <max@suse.de>
- * generic/tclClock.c (FormatClock): Convert the format string to UTF8
+ * generic/tclClock.c (FormatClock): Convert the format string to utf-8
before calling TclpStrftime, so that non-ASCII characters don't get
mangled when the result string is being converted back.
* tests/clock.test: Added a test for that.