summaryrefslogtreecommitdiff
path: root/gnulib/modules/uninorm/u16-normcmp
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/uninorm/u16-normcmp')
m---------gnulib0
-rw-r--r--gnulib/modules/uninorm/u16-normcmp30
2 files changed, 30 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/uninorm/u16-normcmp b/gnulib/modules/uninorm/u16-normcmp
new file mode 100644
index 0000000..2a9986d
--- /dev/null
+++ b/gnulib/modules/uninorm/u16-normcmp
@@ -0,0 +1,30 @@
+Description:
+Normalization insensitive comparison of UTF-16 strings.
+
+Files:
+lib/uninorm/u16-normcmp.c
+lib/uninorm/u-normcmp.h
+
+Depends-on:
+uninorm/base
+uninorm/u16-normalize
+unistr/u16-cmp2
+minmax
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [uninorm/u16-normcmp])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNINORM_U16_NORMCMP
+lib_SOURCES += uninorm/u16-normcmp.c
+endif
+
+Include:
+"uninorm.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+