diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,11 +1,10 @@ 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. + * generic/tclConfig.c (Tcl_RegisterConfig): Modified to not extend + the config database if the encoding provided by the user is not + found (venc == NULL). Scripts expecting the data will error out, + however we neither crash nor provide bogus information. See [SF + Tcl Bug 983509] for more discussion. 2007-11-05 Andreas Kupries <andreask@activestate.com> |