summaryrefslogtreecommitdiff
path: root/test/cscodec-utf8.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove Aliases file from test harnessesJohn Mark Bell2010-12-041-4/+4
| | | | svn path=/trunk/libparserutils/; revision=10979
* Remove init/final code and turn aliases into static data structure. r=vinceDaniel Silverstone2010-12-041-7/+0
| | | | svn path=/trunk/libparserutils/; revision=10961
* c89John Mark Bell2009-04-151-2/+2
| | | | svn path=/trunk/libparserutils/; revision=7101
* Return errors from constructors and destructors.John Mark Bell2008-11-081-3/+4
| | | | svn path=/trunk/libparserutils/; revision=5652
* Fix test drivers & CP1252 test dataJohn Mark Bell2008-09-051-0/+1
| | | | svn path=/trunk/libparserutils/; revision=5239
* - parserutils_charset_utf16_to_ucs4(): fixed surrogate handling.John Tytgat2008-06-281-0/+251
- cscodec-utf8.c(run_test): Added more asserts. - Added UTF-16 tester (based on the UTF-8 one). svn path=/trunk/libparserutils/; revision=4472