|
From: Andreas K. <and...@us...> - 2007-11-05 19:58:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9185 Modified Files: ChangeLog Log Message: * 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. |