summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2007-11-05 19:58:48 (GMT)
committerandreas_kupries <akupries@shaw.ca>2007-11-05 19:58:48 (GMT)
commit9255f17568bef90c687723cf1374fe7132d53e8b (patch)
treeca15b3374494e46f7dad1dac0b05227e622c64dd /ChangeLog
parent791ccfdcdbc2bee84c4100c5a2c66e600ff247c2 (diff)
downloadtcl-9255f17568bef90c687723cf1374fe7132d53e8b.zip
tcl-9255f17568bef90c687723cf1374fe7132d53e8b.tar.gz
tcl-9255f17568bef90c687723cf1374fe7132d53e8b.tar.bz2
* generic/tclConfig.c (Tcl_RegisterConfig): Modified to use
iso8859-1 as a fallback if the user supplied encoding was not found. That way we do not crash. It is unclear however if this is a sane fallback given that the encoding is likely wrong and producing bogus strings. See [SF Tcl Bug 983509] for more discussion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cfe581..79ef752 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-11-05 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclConfig.c (Tcl_RegisterConfig): Modified to use
+ iso8859-1 as a fallback if the user supplied encoding was not
+ found. That way we do not crash. It is unclear however if this
+ is a sane fallback given that the encoding is likely wrong and
+ producing bogus strings. See [SF Tcl Bug 983509] for more
+ discussion.
+
2007-11-05 Andreas Kupries <andreask@activestate.com>
* unix/tclUnixChan.c (TtyGetOptionProc): Accepted [SF Tcl Patch