summaryrefslogtreecommitdiff
path: root/gnulib/modules/unictype/decimal-digit
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unictype/decimal-digit')
m---------gnulib0
-rw-r--r--gnulib/modules/unictype/decimal-digit27
2 files changed, 27 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/unictype/decimal-digit b/gnulib/modules/unictype/decimal-digit
new file mode 100644
index 0000000..4dd10a9
--- /dev/null
+++ b/gnulib/modules/unictype/decimal-digit
@@ -0,0 +1,27 @@
+Description:
+Value of a decimal digit Unicode character.
+
+Files:
+lib/unictype/decdigit.c
+lib/unictype/decdigit.h
+
+Depends-on:
+unictype/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/decimal-digit])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_DECIMAL_DIGIT
+lib_SOURCES += unictype/decdigit.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+