summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-301-1/+2
* Make parserutils_dict_entry public.John Mark Bell2008-07-304-10/+381
* 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-281-5/+10
* 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-287-34/+34
* Fix compiler errors when ptrs are 64bit.John Tytgat2008-06-281-1/+1
* Have some generic dictionary implementation.John Mark Bell2008-05-104-1/+1048
* Import parser construction utility libraryJohn Mark Bell2008-05-0125-0/+4794