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