summaryrefslogtreecommitdiff
path: root/gnulib/modules/unicase/toupper
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unicase/toupper')
m---------gnulib0
-rw-r--r--gnulib/modules/unicase/toupper28
2 files changed, 28 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/unicase/toupper b/gnulib/modules/unicase/toupper
new file mode 100644
index 0000000..128db78
--- /dev/null
+++ b/gnulib/modules/unicase/toupper
@@ -0,0 +1,28 @@
+Description:
+Uppercase mapping for Unicode characters (locale and context independent).
+
+Files:
+lib/unicase/toupper.c
+lib/unicase/toupper.h
+lib/unicase/simple-mapping.h
+
+Depends-on:
+unicase/base
+
+configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unicase/toupper])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICASE_TOUPPER
+lib_SOURCES += unicase/toupper.c
+endif
+
+Include:
+"unicase.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+