summaryrefslogtreecommitdiff
path: root/modules/unictype
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-25 23:14:10 +0100
committerBruno Haible <bruno@clisp.org>2011-03-25 23:14:10 +0100
commit999c736ebb021bc282b697f630021196bacf4baa (patch)
tree4fa68a5efb4897db5eb3db76bae54cce4dd8ce3b /modules/unictype
parent818464639ed43272fea2f08d1c82212d2e5528de (diff)
downloadgnulib-999c736ebb021bc282b697f630021196bacf4baa.tar.gz
New module 'unictype/category-longname'.
* lib/unictype.in.h (uc_general_category_long_name): New declaration. * lib/unictype/categ_longname.c: New file. * modules/unictype/category-longname: New file. * modules/unictype/category-all (Depends-on): Add it.
Diffstat (limited to 'modules/unictype')
-rw-r--r--modules/unictype/category-all1
-rw-r--r--modules/unictype/category-longname25
2 files changed, 26 insertions, 0 deletions
diff --git a/modules/unictype/category-all b/modules/unictype/category-all
index 76ea1627af..2a5cbac80e 100644
--- a/modules/unictype/category-all
+++ b/modules/unictype/category-all
@@ -45,6 +45,7 @@ unictype/category-Zs
unictype/category-and
unictype/category-and-not
unictype/category-byname
+unictype/category-longname
unictype/category-name
unictype/category-of
unictype/category-or
diff --git a/modules/unictype/category-longname b/modules/unictype/category-longname
new file mode 100644
index 0000000000..76db6d9e59
--- /dev/null
+++ b/modules/unictype/category-longname
@@ -0,0 +1,25 @@
+Description:
+Name of Unicode character category.
+
+Files:
+lib/unictype/categ_longname.c
+
+Depends-on:
+unictype/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/category-longname])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LONGNAME
+lib_SOURCES += unictype/categ_longname.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible