summaryrefslogtreecommitdiff
path: root/modules/unictype/category-Pd
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-11-13 00:15:53 +0100
committerBruno Haible <bruno@clisp.org>2007-11-13 00:15:53 +0100
commit5a6e55c1886acd86b0deaa9d1d343471f61d3ded (patch)
tree555338857a07af4e9d4533d0a7b63971e43fcac7 /modules/unictype/category-Pd
parenta179a84eaad67c3690f924f4a0d6852d13b073d1 (diff)
downloadgnulib-5a6e55c1886acd86b0deaa9d1d343471f61d3ded.tar.gz
Unicode character classification functions.
Diffstat (limited to 'modules/unictype/category-Pd')
-rw-r--r--modules/unictype/category-Pd24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/unictype/category-Pd b/modules/unictype/category-Pd
new file mode 100644
index 0000000000..b179d8a49a
--- /dev/null
+++ b/modules/unictype/category-Pd
@@ -0,0 +1,24 @@
+Description:
+Test whether a Unicode character is of general category Pd.
+
+Files:
+lib/unictype/categ_Pd.c
+lib/unictype/categ_Pd.h
+
+Depends-on:
+unictype/base
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += unictype/categ_Pd.c
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+