summaryrefslogtreecommitdiff
path: root/src/iconv.c
Commit message (Expand)AuthorAgeFilesLines
* Transliteration fixes:John-Mark Bell2013-01-131-6/+21
* Add proper transliteration support.John-Mark Bell2013-01-111-41/+36
* Correct handling of trailing valid shift sequences. Previously wouldJohn-Mark Bell2013-01-061-2/+9
* Improve error reporting from iconv_eightbit_new. This means we correctly retu...John Mark Bell2009-01-051-42/+49
* Apparently, the compiler complains less when you initialise variables. Who'd ...John Mark Bell2008-11-291-1/+1
* Fix resumption of decode after EINVAL.John Mark Bell2008-11-291-0/+26
* Move the declarations of iconv_initialise/iconv_finalise to a different header.John Mark Bell2008-11-191-1/+1
* Fix up output buffer length on memory exhaustionJohn Mark Bell2008-11-191-1/+5
* Change previous logic -- we want to ignore U+FFFF regardless of the translit ...John Mark Bell2008-11-181-1/+1
* Treat U+FFFF as invalid. Otherwise, we end up writing the first mapped out ch...John Mark Bell2008-11-181-1/+1
* Rather less hideous approach to error detection and input pointer maintenence.John Mark Bell2008-11-181-149/+44
* Ensure that we return the correct errors and, when we do, point to the correc...John Mark Bell2008-11-161-35/+160
* Various hackery in a vain attempt to make more tests pass.John Mark Bell2008-11-141-2/+46
* Correctly reset codecs, including restoring their endianness/BOM flags.John Mark Bell2008-11-131-7/+22
* Various fixes to make compilation with GCCSDK4 work.John Mark Bell2008-11-111-2/+0
* Make module initialisation work sensibly on all platforms.John Mark Bell2008-11-111-2/+3
* Import Iconv sourcesJohn Mark Bell2008-11-101-0/+457