Revert autoupdate's revert.
[gnulib.git] / modules / unicase / u16-is-cased
blobc712e6862a2802306a5d371dcc9ef3438d7e4114
1 Description:
2 Test whether case matters for an UTF-16 string.
4 Files:
5 lib/unicase/u16-is-cased.c
6 lib/unicase/u-is-cased.h
8 Depends-on:
9 unicase/base
10 unicase/u16-toupper
11 unicase/u16-tolower
12 unicase/u16-totitle
13 uninorm/u16-normalize
14 uninorm/nfd
15 unistr/u16-cmp
17 configure.ac:
18 gl_LIBUNISTRING_MODULE([0.9.8], [unicase/u16-is-cased])
20 Makefile.am:
21 if LIBUNISTRING_COMPILE_UNICASE_U16_IS_CASED
22 lib_SOURCES += unicase/u16-is-cased.c
23 endif
25 Include:
26 "unicase.h"
28 License:
29 LGPLv3+ or GPLv2
31 Maintainer:
32 all