diff options
author | dgp <dgp@users.sourceforge.net> | 2008-10-27 19:08:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-10-27 19:08:53 (GMT) |
commit | 1a13bcfa51bd2ef9f1fef875680257ac38fc7e85 (patch) | |
tree | 17408e39a8b6596c02c7902eb1bd5ee2130058b1 /ChangeLog | |
parent | e2a86ffb4d1c3d4ec5f674f22f705f13567939d8 (diff) | |
download | tcl-1a13bcfa51bd2ef9f1fef875680257ac38fc7e85.zip tcl-1a13bcfa51bd2ef9f1fef875680257ac38fc7e85.tar.gz tcl-1a13bcfa51bd2ef9f1fef875680257ac38fc7e85.tar.bz2 |
* generic/tclEncoding.c: Use "iso8859-1" and not "identity"
as the default and original [encoding system] value. Since
"iso8859-1" is built in to the C source code for Tcl now, there's no
availability issue, and it has the good feature of "identity" that
we must have ("bytes in" == "bytes out") without the bad feature of
"identity" ("broken as designed") that makes us want to abandon it.
[RFE 2008609]
*** POTENTIAL INCOMPATIBILITY for older releases of Tclkit and
any other code expecting a particular value for Tcl's default
system encoding ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2008-10-27 Don Porter <dgp@users.sourceforge.net> + + * generic/tclEncoding.c: Use "iso8859-1" and not "identity" + as the default and original [encoding system] value. Since + "iso8859-1" is built in to the C source code for Tcl now, there's no + availability issue, and it has the good feature of "identity" that + we must have ("bytes in" == "bytes out") without the bad feature of + "identity" ("broken as designed") that makes us want to abandon it. + [RFE 2008609] + *** POTENTIAL INCOMPATIBILITY for older releases of Tclkit and + any other code expecting a particular value for Tcl's default + system encoding *** + 2008-10-24 Pat Thoyts <patthoyts@users.sourceforge.net> * library/http/http.tcl: Fixed a failure to read SHOUTcast streams |