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