summaryrefslogtreecommitdiff
path: root/test/GNU/ISO-2022-JP-2-snippet.UTF-8
Commit message (Collapse)AuthorAgeFilesLines
* Rather less hideous approach to error detection and input pointer maintenence.John Mark Bell2008-11-181-1/+1
| | | | | | | | | We now simply decode one character at a time and check for error afterwards. This has the benefit of being less code, clearer, less likely to crash if encoding state changes involve memory (de)allocation, and removes the reliance on UnicodeLib internals. It's probably slower, however, but correctness is more important here. Fix ISO-2022-JP-2 test data to not include characters from the JIS X 0201-1976 Kana set -- this set is not used in ISO-2022-JP-2. Implement verbose flag in *Iconv. svn path=/trunk/iconv/; revision=5712
* Import GNU libiconv testsuite, suitably hacked to fit into our buildsystem.John Mark Bell2008-11-131-0/+7
This still needs a bit of work, not least to get sensible automated testing. It currently requires manual inspection of the output, which isn't all that great. svn path=/trunk/iconv/; revision=5690