Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert Patch #670715: iconv support. | Martin v. Löwis | 2003-04-03 | 1 | -99/+0 |
| | |||||
* | Check whether the choosen encoding requires byte swapping | Walter Dörwald | 2003-01-30 | 1 | -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öwis | 2003-01-27 | 1 | -0/+95 |