NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / unicase / u8-is-casefolded
1 Description:
2 Test whether an UTF-8 string is already case-folded.
3
4 Files:
5 lib/unicase/u8-is-casefolded.c
6
7 Depends-on:
8 unicase/base
9 unicase/u8-is-invariant
10 unicase/u8-casefold
11
12 configure.ac:
13 gl_LIBUNISTRING_MODULE([0.9.4], [unicase/u8-is-casefolded])
14
15 Makefile.am:
16 if LIBUNISTRING_COMPILE_UNICASE_U8_IS_CASEFOLDED
17 lib_SOURCES += unicase/u8-is-casefolded.c
18 endif
19
20 Include:
21 "unicase.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28