strtoumax: fix typo in previous commit.
[gnulib.git] / modules / unicase / u16-toupper
1 Description:
2 Uppercase mapping for UTF-16 strings (locale dependent).
3
4 Files:
5 lib/unicase/u16-toupper.c
6
7 Depends-on:
8 unicase/base
9 unicase/u16-casemap
10 unicase/special-casing
11 unicase/empty-prefix-context
12 unicase/empty-suffix-context
13 unicase/toupper
14
15 configure.ac:
16 gl_LIBUNISTRING_MODULE([0.9.4], [unicase/u16-toupper])
17
18 Makefile.am:
19 if LIBUNISTRING_COMPILE_UNICASE_U16_TOUPPER
20 lib_SOURCES += unicase/u16-toupper.c
21 endif
22
23 Include:
24 "unicase.h"
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible
31