summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix test drivers & CP1252 test dataJohn Mark Bell2008-09-055-1/+4
* Fix stupid.John Mark Bell2008-09-047-6/+279
* Fix bugs.John Mark Bell2008-09-042-2/+2
* Extended 8bit coded. Mostly for Windows-125n support. Also needs testing.John Mark Bell2008-09-044-1/+765
* Perl script to convert Unicode mapping tables to C structuresJohn Mark Bell2008-09-041-0/+49
* ISO-8859-n codec. This needs some testing.John Mark Bell2008-09-045-1/+831
* Conditionalise noisy logging. I quite like to be able to run hubbub's testsui...John Mark Bell2008-08-231-3/+5
* Fix formatting strings so it won't whinge on amd64Daniel Silverstone2008-08-221-2/+2
* Yet more debug.John Mark Bell2008-08-181-1/+19
* Only attempt to randomise the utf8 buffer when NDEBUG is not defined.John Mark Bell2008-08-131-0/+2
* Move the location of the utf8 buffer every time we're asked for a character i...John Mark Bell2008-08-133-0/+28
* Fix valgrind's aliascmp() warning.Andrew Sidwell2008-08-111-3/+4
* Add parenthesesJohn Mark Bell2008-08-111-5/+5
* Fix a logic error, and make a test clearer & more efficient as per jmb's review.Andrew Sidwell2008-08-091-5/+3
* Make the lpu alias comparion stuff ignore punctuation characters, as per HTML5Andrew Sidwell2008-08-072-7/+70
* Fixup cross compilation makefileJohn Mark Bell2008-08-031-3/+3
* Rather more optimal data comparator -- compare data lengths first then, if th...John Mark Bell2008-08-011-4/+4
* Check for error in iconv_openJohn Mark Bell2008-07-311-0/+2
* ConstifyJohn Mark Bell2008-07-302-2/+4
* Make parserutils_dict_entry public.John Mark Bell2008-07-307-11/+449
* Make iconv-based filtering produce correct output when encountering encoding ...John Mark Bell2008-06-282-1/+12
* Make comments explicit about the endianness of UCS-4 dataJohn Mark Bell2008-06-282-6/+6
* - parserutils_charset_utf16_to_ucs4(): fixed surrogate handling.John Tytgat2008-06-2810-11/+391
* Update filter's input encoding when it's been auto-detected.John Mark Bell2008-06-281-0/+12
* Remove unnecessary casting.John Tytgat2008-06-283-7/+5
* Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4John Tytgat2008-06-289-38/+38
* Fix compiler errors when ptrs are 64bit.John Tytgat2008-06-282-11/+12
* Have some generic dictionary implementation.John Mark Bell2008-05-109-2/+1221
* Import parser construction utility libraryJohn Mark Bell2008-05-0162-0/+7339