Tim Peters
|
536cf99536
|
Whitespace normalization.
|
2005-12-25 23:18:31 +00:00 |
Marc-André Lemburg
|
d9cf593b49
|
Cosmetic change: make all hex literals use upper case hex so that they
look more like the Unicode Consortium files.
Add ending new-line to all source files.
|
2005-10-24 12:14:59 +00:00 |
Marc-André Lemburg
|
3c72ded23d
|
Removed the decoding_map from the codecs where this is possible.
Replaced the tis_620, cp1140 and koi8_u codecs with new ones
based on custom mapping files.
|
2005-10-24 12:07:49 +00:00 |
Marc-André Lemburg
|
a1129f4b9b
|
Replace the old charmap codecs with new ones generated from the current
mapping tables available at ftp.unicode.org.
These new codecs include and use character decoding tables which speeds
up decoding by a few factors.
|
2005-10-21 13:49:12 +00:00 |
Tim Peters
|
d1b7827216
|
Whitespace normalization.
|
2004-08-07 06:03:09 +00:00 |
Marc-André Lemburg
|
c759f070ef
|
Added new codecs and aliases for ISO_8859-11, ISO_8859-16 and
TIS-620.
Closes SF bug #1001895: Adding missing ISO 8859 codecs, especially Thai.
|
2004-08-05 12:43:30 +00:00 |