summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Various hackery in a vain attempt to make more tests pass.John Mark Bell2008-11-141-1/+1
| | | | | | | | | | | | | Disable the UTF-8 test, as it currently fails: 1) A bug in UnicodeLib's UTF-8 decoder results in 0x80 being treated as valid input 2) There's no way of determining if U+FFFD was the result of invalid input or valid input which happened to decode to that codepoint 3) UnicodeLib drops U+FEFF on the floor Disable UCS-{2,4}{BE,LE}, as we don't support those encodings. svn path=/trunk/iconv/; revision=5694
* Test driver for library initialisation/finalisationJohn Mark Bell2008-11-101-1/+1
| | | | svn path=/trunk/iconv/; revision=5679
* Import Iconv sourcesJohn Mark Bell2008-11-101-0/+45
svn path=/trunk/iconv/; revision=5677