strtoumax: fix typo in previous commit.
[gnulib.git] / modules / unicase / toupper
1 Description:
2 Uppercase mapping for Unicode characters (locale and context independent).
3
4 Files:
5 lib/unicase/toupper.c
6 lib/unicase/toupper.h
7 lib/unicase/simple-mapping.h
8
9 Depends-on:
10 unicase/base
11
12 configure.ac:
13 gl_LIBUNISTRING_MODULE([0.9.4], [unicase/toupper])
14
15 Makefile.am:
16 if LIBUNISTRING_COMPILE_UNICASE_TOUPPER
17 lib_SOURCES += unicase/toupper.c
18 endif
19
20 Include:
21 "unicase.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28