summaryrefslogtreecommitdiff
path: root/modules/unictype/property-hyphen
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/property-hyphen
parenta179a84eaad67c3690f924f4a0d6852d13b073d1 (diff)
downloadgnulib-5a6e55c1886acd86b0deaa9d1d343471f61d3ded.tar.gz
Unicode character classification functions.
Diffstat (limited to 'modules/unictype/property-hyphen')
-rw-r--r--modules/unictype/property-hyphen26
1 files changed, 26 insertions, 0 deletions
diff --git a/modules/unictype/property-hyphen b/modules/unictype/property-hyphen
new file mode 100644
index 0000000000..6244d518e3
--- /dev/null
+++ b/modules/unictype/property-hyphen
@@ -0,0 +1,26 @@
+Description:
+Test whether a Unicode character is "hyphen".
+
+Files:
+lib/unictype/pr_hyphen.c
+lib/unictype/pr_hyphen.h
+lib/unictype/bitmap.h
+
+Depends-on:
+unictype/base
+inline
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += unictype/pr_hyphen.c
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+