summaryrefslogtreecommitdiff
path: root/modules/uninorm
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-03-07 16:52:12 +0100
committerBruno Haible <bruno@clisp.org>2009-03-07 16:52:12 +0100
commit3ddcab0ec696b8acae232bcd60c3263cb3e2f762 (patch)
tree125b0707a27a327cc6d5264ece3e878d0b42c163 /modules/uninorm
parentdff731fd63fefabc0daf15cdf59fb122d471146c (diff)
downloadgnulib-3ddcab0ec696b8acae232bcd60c3263cb3e2f762.tar.gz
New module 'uninorm/u16-normcoll'.
Diffstat (limited to 'modules/uninorm')
-rw-r--r--modules/uninorm/u16-normcoll26
1 files changed, 26 insertions, 0 deletions
diff --git a/modules/uninorm/u16-normcoll b/modules/uninorm/u16-normcoll
new file mode 100644
index 0000000000..c55e2ccfe5
--- /dev/null
+++ b/modules/uninorm/u16-normcoll
@@ -0,0 +1,26 @@
+Description:
+Locale dependent, normalization insensitive comparison of UTF-16 strings.
+
+Files:
+lib/uninorm/u16-normcoll.c
+lib/uninorm/u-normcoll.h
+
+Depends-on:
+uninorm/base
+uninorm/u16-normxfrm
+memcmp2
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += uninorm/u16-normcoll.c
+
+Include:
+"uninorm.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+