summaryrefslogtreecommitdiff
path: root/gnulib/modules/uninorm/nfkd
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/uninorm/nfkd')
m---------gnulib0
-rw-r--r--gnulib/modules/uninorm/nfkd28
2 files changed, 28 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/uninorm/nfkd b/gnulib/modules/uninorm/nfkd
new file mode 100644
index 0000000..8ccba4a
--- /dev/null
+++ b/gnulib/modules/uninorm/nfkd
@@ -0,0 +1,28 @@
+Description:
+Compatibility decomposition of Unicode strings.
+
+Files:
+lib/uninorm/nfkd.c
+lib/uninorm/normalize-internal.h
+
+Depends-on:
+uninorm/base
+uninorm/compat-decomposition
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [uninorm/nfkd])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNINORM_NFKD
+lib_SOURCES += uninorm/nfkd.c
+endif
+
+Include:
+"uninorm.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+