summaryrefslogtreecommitdiffstats
path: root/Tools/unicode/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Patch #1359618: Speed-up charmap encoder.Martin v. Löwis2006-06-041-1/+1
|
* Patch #1443155: Add the incremental codecs support for CJK codecs.Hye-Shik Chang2006-03-261-1/+4
| | | | (reviewed by Walter Dörwald)
* Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclassWalter Dörwald2006-03-151-2/+2
| | | | | | | 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.
* Add Makefile which allows easily rebuilding the charmap codecs.Marc-André Lemburg2005-10-251-0/+81