summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - parserutils_charset_utf16_to_ucs4(): fixed surrogate handling.John Tytgat2008-06-2810-11/+391
| | | | | | | - cscodec-utf8.c(run_test): Added more asserts. - Added UTF-16 tester (based on the UTF-8 one). svn path=/trunk/libparserutils/; revision=4472
* Update filter's input encoding when it's been auto-detected.John Mark Bell2008-06-281-0/+12
| | | | svn path=/trunk/libparserutils/; revision=4471
* Remove unnecessary casting.John Tytgat2008-06-283-7/+5
| | | | svn path=/trunk/libparserutils/; revision=4470
* Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4John Tytgat2008-06-289-38/+38
| | | | svn path=/trunk/libparserutils/; revision=4469
* Fix compiler errors when ptrs are 64bit.John Tytgat2008-06-282-11/+12
| | | | svn path=/trunk/libparserutils/; revision=4468
* Have some generic dictionary implementation.John Mark Bell2008-05-109-2/+1221
| | | | | | Even comes with testcases, which is nice. svn path=/trunk/libparserutils/; revision=4138
* Import parser construction utility libraryJohn Mark Bell2008-05-0162-0/+7339
svn path=/trunk/libparserutils/; revision=4111