summaryrefslogtreecommitdiff
path: root/modules/unictype/combining-class-name
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-26 00:52:51 +0100
committerBruno Haible <bruno@clisp.org>2011-03-26 02:22:36 +0100
commit62a140bca2f9965f5e26f3d5aaf0b57e19b87b8e (patch)
treefbaa894d29f34fdf46c3143b26774361b1286afd /modules/unictype/combining-class-name
parentc7aa07015971a1f9dcb1b345d48e843dd33a98d1 (diff)
downloadgnulib-62a140bca2f9965f5e26f3d5aaf0b57e19b87b8e.tar.gz
New module 'unictype/combining-class-name'.
* lib/unictype.in.h (uc_combining_class_name): New declaration. * lib/unictype/combiningclass_name.c: New file. * modules/unictype/combining-class-name: New file.
Diffstat (limited to 'modules/unictype/combining-class-name')
-rw-r--r--modules/unictype/combining-class-name25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/unictype/combining-class-name b/modules/unictype/combining-class-name
new file mode 100644
index 0000000000..155387552e
--- /dev/null
+++ b/modules/unictype/combining-class-name
@@ -0,0 +1,25 @@
+Description:
+Name of Unicode character canonical combining class.
+
+Files:
+lib/unictype/combiningclass_name.c
+
+Depends-on:
+unictype/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/combining-class-name])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_NAME
+lib_SOURCES += unictype/combiningclass_name.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible