summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update mapping tables for JIS X 0208 and JIS X 0212.John Mark Bell2008-11-192-0/+0
* Revert unintended commit of new mapping tablesJohn Mark Bell2008-11-192-0/+0
* Ignore expected failure of EUC-JP test -- there's no way to load two charsets...John Mark Bell2008-11-193-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
* 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
* Don't bail when U+FEFF results in EINVAL.John Mark Bell2008-11-181-1/+1
* ECMA-35. This is identical to ISO-2022.John Mark Bell2008-11-181-0/+0
* 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-185-159/+63
* 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
* Fix MacRoman mapping table -- 0xF3 should map to U+00DB and not U+00D8John Mark Bell2008-11-161-0/+0
* Fix error in CP1256 table -- 0xC0 should be mapped to U+06C1, not U+061CJohn Mark Bell2008-11-161-0/+0
* Factor out acquisition of paths to files in the Unicode resource.John Mark Bell2008-11-162-72/+139
* Add set 06/06 (Latin 10) from ROOL tree.John Mark Bell2008-11-161-0/+0
* Bring set 05/04 (Thai) into line with 8859-11 spec:John Mark Bell2008-11-161-0/+0
* Bring set 05/14 (Hebrew) into line with 8859-8 spec:John Mark Bell2008-11-161-0/+0
* Update set 04/06 (Greek) to bring it in line with the spec. It was previously...John Mark Bell2008-11-161-0/+0
* We don't support ISO-8859-6John Mark Bell2008-11-161-1/+1
* Ensure that we return the correct errors and, when we do, point to the correc...John Mark Bell2008-11-163-39/+180
* Make *Iconv flush through any remaining shift sequences at the end of the data.John Mark Bell2008-11-151-0/+9
* Various hackery in a vain attempt to make more tests pass.John Mark Bell2008-11-144-13/+69
* Ensure temporary data files are put in the right place.John Mark Bell2008-11-133-14/+16
* Oh look. US-ASCII was broken. There's a good indication if ever I saw one.John Mark Bell2008-11-131-0/+3
* Import GNU libiconv testsuite, suitably hacked to fit into our buildsystem.John Mark Bell2008-11-13195-0/+454006
* Correctly reset codecs, including restoring their endianness/BOM flags.John Mark Bell2008-11-132-7/+24
* Actually make the Iconv command do somethingJohn Mark Bell2008-11-121-1/+44
* Whoops. -c should not do the same thing as -o.John Mark Bell2008-11-111-1/+1
* Update changelogJohn Mark Bell2008-11-111-2/+4
* Some kind of half-arsed attempt at parsing command line parameters for *Iconv.John Mark Bell2008-11-112-4/+181
* Various fixes to make compilation with GCCSDK4 work.John Mark Bell2008-11-1111-143/+180
* Make module initialisation work sensibly on all platforms.John Mark Bell2008-11-113-6/+29
* Integrate module sources into build system.John Mark Bell2008-11-119-57/+344
* Test driver for library initialisation/finalisationJohn Mark Bell2008-11-104-2/+25
* Point at unicode/ReadMeJohn Mark Bell2008-11-101-1/+1
* Import Iconv sourcesJohn Mark Bell2008-11-10114-0/+4448