summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/cp1140.py
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic change: make all hex literals use upper case hex so that theyMarc-André Lemburg2005-10-241-364/+365
| | | | | | look more like the Unicode Consortium files. Add ending new-line to all source files.
* Removed the decoding_map from the codecs where this is possible.Marc-André Lemburg2005-10-241-13/+521
| | | | | Replaced the tis_620, cp1140 and koi8_u codecs with new ones based on custom mapping files.
* Whitespace normalization.Tim Peters2002-08-081-4/+3
|
* Patch #429957: Add support for cp1140, which is identical to cp037,Martin v. Löwis2001-06-071-0/+45
with the addition of the euro character. Also added a few EDBDIC aliases.