summaryrefslogtreecommitdiff
path: root/test/INDEX
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2008-06-28 20:57:47 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2008-06-28 20:57:47 +0000
commit5aa01bdb330f82e7bc3756ac18fd47d137059ce4 (patch)
treedfbb28d786259a30f5e8d5db6522f3278c8ba80b /test/INDEX
parent5784a7659386a8681445d85837a70b45ed7d6968 (diff)
downloadlibparserutils-5aa01bdb330f82e7bc3756ac18fd47d137059ce4.tar.gz
libparserutils-5aa01bdb330f82e7bc3756ac18fd47d137059ce4.tar.bz2
- parserutils_charset_utf16_to_ucs4(): fixed surrogate handling.
- cscodec-utf8.c(run_test): Added more asserts. - Added UTF-16 tester (based on the UTF-8 one). svn path=/trunk/libparserutils/; revision=4472
Diffstat (limited to 'test/INDEX')
-rw-r--r--test/INDEX3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/INDEX b/test/INDEX
index 0042c36..927a240 100644
--- a/test/INDEX
+++ b/test/INDEX
@@ -5,7 +5,8 @@
charset Charset initialisation/finalisation
parserutils Library initialisation/finalisation
aliases Encoding alias handling
-cscodec Charset codec implementation cscodec
+cscodec-utf8 UTF-8 charset codec implementation cscodec-utf8
+cscodec-utf16 UTF-16 charset codec implementation cscodec-utf16
dict Dictionary handling
rbtree Red-black tree implementation
filter Input stream filtering