summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_iconv_codecs.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert Patch #670715: iconv support.Martin v. Löwis2003-04-031-99/+0
|
* Check whether the choosen encoding requires byte swappingWalter Dörwald2003-01-301-10/+14
| | | | | | | | | | | | | | | for this iconv() implementation in the init function. For encoding: use a byteswapped version of the input if neccessary. For decoding: byteswap every piece returned by iconv() if neccessary (but not those pieces returned from the callback) Comment out test_sane() in the test script, because whether this works depends on whether byte swapping is neccessary or not (an on Py_UNICODE_SIZE)
* Patch #670715: Universal Unicode Codec for POSIX iconv.Martin v. Löwis2003-01-271-0/+95