summaryrefslogtreecommitdiffstats
path: root/Modules/cjkcodecs/_iso2022_jp_3.c
Commit message (Collapse)AuthorAgeFilesLines
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-211/+0
| | | | | | and installed layouts to make maintenance simple and easy. And it also adds four new codecs; big5hkscs, euc-jis-2004, shift-jis-2004 and iso2022-jp-2004.
* Fix MSVC6 warnings. (spotted by Tim Peters)Hye-Shik Chang2004-01-231-5/+5
|
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-171-0/+211
Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks!