uninorm/composition: Fix mistake in last commit (regression yesterday).
[gnulib.git] / modules / unicase / u32-is-lowercase
blob2029e70e6b13b7765b2cbc875161e79b510171e3
1 Description:
2 Test whether an UTF-32 string is entirely lower case.
4 Files:
5 lib/unicase/u32-is-lowercase.c
7 Depends-on:
8 unicase/base
9 unicase/u32-is-invariant
10 unicase/u32-tolower
12 configure.ac:
13 gl_LIBUNISTRING_MODULE([1.1], [unicase/u32-is-lowercase])
15 Makefile.am:
16 if LIBUNISTRING_COMPILE_UNICASE_U32_IS_LOWERCASE
17 lib_SOURCES += unicase/u32-is-lowercase.c
18 endif
20 Include:
21 "unicase.h"
23 License:
24 LGPLv3+ or GPLv2+
26 Maintainer:
27 all