doc: Update for header files added in POSIX:2024.
[gnulib.git] / modules / unicase / u8-is-cased
blob0aa13bc30b8badf3adb1cfae84a2d7df11b89321
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([1.2], [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