summaryrefslogtreecommitdiff
path: root/modules/unictype
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-26 01:03:10 +0100
committerBruno Haible <bruno@clisp.org>2011-03-26 02:22:37 +0100
commit1cb79657d712a3cad598639f5266be151c615099 (patch)
tree3e2bbd58a88a2ea3fbdbfd132391a441e58c637f /modules/unictype
parent92c4eca298b922ec22da488a2b170a92dd6eb519 (diff)
downloadgnulib-1cb79657d712a3cad598639f5266be151c615099.tar.gz
New module 'unictype/combining-class-longname'.
* lib/unictype.in.h (uc_combining_class_long_name): New declaration. * lib/unictype/combiningclass_longname.c: New file. * modules/unictype/combining-class-longname: New file.
Diffstat (limited to 'modules/unictype')
-rw-r--r--modules/unictype/combining-class-longname25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/unictype/combining-class-longname b/modules/unictype/combining-class-longname
new file mode 100644
index 0000000000..5f76eba5d5
--- /dev/null
+++ b/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