summaryrefslogtreecommitdiffstats
path: root/Modules/cjkcodecs/_iso2022_jp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix MSVC6 warnings. (spotted by Tim Peters)Hye-Shik Chang2004-01-231-4/+4
|
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-171-0/+173
Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks!