summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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