strtoumax: fix typo in previous commit.
[gnulib.git] / modules / unicase / u16-casemap
1 Description:
2 Case mapping for UTF-16 strings (locale dependent).
3
4 Files:
5 lib/unicase/unicasemap.h
6 lib/unicase/u16-casemap.c
7 lib/unicase/u-casemap.h
8 lib/unicase/context.h
9
10 Depends-on:
11 unicase/base
12 unicase/cased
13 unicase/ignorable
14 unicase/special-casing
15 unictype/combining-class
16 unictype/property-soft-dotted
17 unistr/u16-mbtouc-unsafe
18 unistr/u16-uctomb
19 unistr/u16-cpy
20 uninorm/u16-normalize
21 stdbool
22
23 configure.ac:
24
25 Makefile.am:
26 lib_SOURCES += unicase/u16-casemap.c
27
28 Include:
29 "unicase/unicasemap.h"
30
31 License:
32 LGPL
33
34 Maintainer:
35 Bruno Haible
36