summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/mac_centeuro.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2006-06-041-1/+0
|
* Patch #1359618: Speed-up charmap encoder.Martin v. Löwis2006-06-041-261/+4
|
* Whitespace normalization.Tim Peters2006-03-151-1/+0
|
* Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclassWalter Dörwald2006-03-151-5/+19
| | | | | | | of tuple) that provides incremental decoders and encoders (a way to use stateful codecs without the stream API). Functions codecs.getincrementaldecoder() and codecs.getincrementalencoder() have been added.
* Whitespace normalization.Tim Peters2005-12-251-514/+513
|
* Cosmetic change: make all hex literals use upper case hex so that theyMarc-André Lemburg2005-10-241-325/+326
| | | | | | 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-644/+513
| | | | | Replaced the tis_620, cp1140 and koi8_u codecs with new ones based on custom mapping files.
* Add a few more Mac OS encodings. The mapping tables for these areMarc-André Lemburg2005-10-211-0/+683
available at ftp.unicode.org.