summaryrefslogtreecommitdiff
path: root/gnulib/modules/unictype/combining-class-longname
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unictype/combining-class-longname')
m---------gnulib0
-rw-r--r--gnulib/modules/unictype/combining-class-longname25
2 files changed, 25 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/unictype/combining-class-longname b/gnulib/modules/unictype/combining-class-longname
new file mode 100644
index 0000000..5f76eba
--- /dev/null
+++ b/gnulib/modules/unictype/combining-class-longname
@@ -0,0 +1,25 @@
+Description:
+Name of Unicode character canonical combining class.
+
+Files:
+lib/unictype/combiningclass_longname.c
+
+Depends-on:
+unictype/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/combining-class-longname])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_LONGNAME
+lib_SOURCES += unictype/combiningclass_longname.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible