diff options
author | hobbs <hobbs> | 2001-05-23 23:23:02 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-05-23 23:23:02 (GMT) |
commit | 3b5f432c9bb4ae184008bbd89f63fd2c35f242ec (patch) | |
tree | eb6dab973946d6449ff21dd8cc93d627b73bc464 /ChangeLog | |
parent | de143171e074911fc2529d1d2f33e6b484a8eb18 (diff) | |
download | tcl-3b5f432c9bb4ae184008bbd89f63fd2c35f242ec.zip tcl-3b5f432c9bb4ae184008bbd89f63fd2c35f242ec.tar.gz tcl-3b5f432c9bb4ae184008bbd89f63fd2c35f242ec.tar.bz2 |
* library/encoding/cp1250.enc:
* library/encoding/cp1251.enc:
* library/encoding/cp1252.enc:
* library/encoding/cp1253.enc:
* library/encoding/cp1254.enc:
* library/encoding/cp1255.enc:
* library/encoding/cp1256.enc:
* library/encoding/cp1257.enc:
* library/encoding/cp1258.enc:
* library/encoding/cp874.enc:
* library/encoding/iso8859-6.enc:
* library/encoding/iso8859-7.enc:
* library/encoding/iso8859-8.enc:
* library/encoding/iso8859-10.enc (new):
* library/encoding/iso8859-13.enc (new):
* library/encoding/iso8859-14.enc (new): updated encoding tables
based on http://www.unicode.org/Public/MAPPINGS/. (kuhn)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +2001-05-23 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/io.test: changed io-52.[9-11] to not be platform sensitive + with EOL translation. + + * library/encoding/cp1250.enc: + * library/encoding/cp1251.enc: + * library/encoding/cp1252.enc: + * library/encoding/cp1253.enc: + * library/encoding/cp1254.enc: + * library/encoding/cp1255.enc: + * library/encoding/cp1256.enc: + * library/encoding/cp1257.enc: + * library/encoding/cp1258.enc: + * library/encoding/cp874.enc: + * library/encoding/iso8859-6.enc: + * library/encoding/iso8859-7.enc: + * library/encoding/iso8859-8.enc: + * library/encoding/iso8859-10.enc (new): + * library/encoding/iso8859-13.enc (new): + * library/encoding/iso8859-14.enc (new): updated encoding tables + based on http://www.unicode.org/Public/MAPPINGS/. (kuhn) + 2001-05-23 Mo DeJong <mdejong@redhat.com> * unix/tcl.m4 (SC_PATH_TCLCONFIG): Fix comments, |