summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix testsuite now !Unicode is dynamicHEADmasterJohn-Mark Bell2023-12-191-0/+4
* Fix strncpy buffer lengthsJohn-Mark Bell2023-12-185-5/+5
* U+FEFF no longer generates EINVAL.John-Mark Bell2013-01-131-1/+3
* Transliteration fixes:John-Mark Bell2013-01-131-0/+53
* Add proper transliteration support.John-Mark Bell2013-01-113-1/+96
* Correct handling of trailing valid shift sequences. Previously wouldJohn-Mark Bell2013-01-063-1/+103
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-292-2/+2
* Blank INDEX file to appease the testrunnerJohn Mark Bell2011-01-041-0/+0
* Obtain Aliases file from the Unicode resource -- testrunner no longer passes ...John Mark Bell2011-01-041-4/+32
* Always add aliases to post targets.John Mark Bell2009-03-263-130/+135
* Fix most of the bugs that crept in.John Mark Bell2009-03-261-1/+2
* Purge testrunnerJohn Mark Bell2009-03-261-167/+0
* First attempt at using the core buildsystemJohn Mark Bell2009-03-262-345/+150
* UTF-8 test dataJohn Mark Bell2008-11-291-0/+0
* Test data for illegal utf-8 byte sequence.John Mark Bell2008-11-291-0/+2
* On RISC OS, use Unicode:, rather than attempting to getenv("Unicode$Path") an...John Mark Bell2008-11-192-4/+4
* Stage Aliases file directly into distribution template.John Mark Bell2008-11-192-2/+2
* Move the declarations of iconv_initialise/iconv_finalise to a different header.John Mark Bell2008-11-193-3/+3
* Restore EUC-KR testdata to original contents, now we've added the appropriate...John Mark Bell2008-11-191-0/+3
* Modify Big5 testdata to match expectations.John Mark Bell2008-11-192-0/+11
* Poke around with the ShiftJIS testdata to make the test pass.John Mark Bell2008-11-192-1880/+1247
* Ignore expected failure of EUC-JP test -- there's no way to load two charsets...John Mark Bell2008-11-191-1/+1
* Drop mappings to Unicode private use area. These aren't likely to be of any u...John Mark Bell2008-11-191-1880/+0
* Disable the GBK test -- at present, we support only GBK/{1,2}, as that's all ...John Mark Bell2008-11-181-1/+1
* Add missing characters from GB2312-80.John Mark Bell2008-11-181-0/+6
* Make test for Acorn Latin1 work.John Mark Bell2008-11-182-9/+2
* Lose 3 entries that aren't mapped except in CP949, which this isn't.John Mark Bell2008-11-181-3/+0
* Don't bail when U+FEFF results in EINVAL.John Mark Bell2008-11-181-1/+1
* Bring ISO-2022-KR test data in line with what UnicodeLib produces. This is se...John Mark Bell2008-11-181-2/+2
* Rather less hideous approach to error detection and input pointer maintenence.John Mark Bell2008-11-182-2/+2
* Comment out the rest of the tests for encodings we don't support.John Mark Bell2008-11-161-50/+50
* Comment out more tests for charsets we don't supportJohn Mark Bell2008-11-161-35/+35
* Bring MacRoman test data into line with current mappings -- 0xDB should map t...John Mark Bell2008-11-161-1/+1
* We don't support ISO-8859-6John Mark Bell2008-11-161-1/+1
* Various hackery in a vain attempt to make more tests pass.John Mark Bell2008-11-142-10/+22
* Ensure temporary data files are put in the right place.John Mark Bell2008-11-133-14/+16
* Import GNU libiconv testsuite, suitably hacked to fit into our buildsystem.John Mark Bell2008-11-13195-0/+454006
* Test driver for library initialisation/finalisationJohn Mark Bell2008-11-103-1/+24
* Import Iconv sourcesJohn Mark Bell2008-11-106-0/+784