autoupdate
[gnulib.git] / modules / c32islower
blob01c61a8b91a52ebeabe464ac42c3b7bbb70b02ab
1 Description:
2 c32islower() function: test 32-bit wide character for being lowercase.
4 Files:
5 lib/c32islower.c
6 lib/c32is-impl.h
7 m4/mbrtoc32.m4
8 m4/c32rtomb.m4
9 m4/mbrtowc.m4
10 m4/locale-en.m4
11 m4/locale-fr.m4
12 m4/locale-ja.m4
13 m4/locale-zh.m4
14 m4/codeset.m4
16 Depends-on:
17 uchar-h
18 wchar-h
19 wctype-h
20 localcharset    [test $REPLACE_MBSTATE_T = 1]
21 streq           [test $REPLACE_MBSTATE_T = 1]
22 unictype/ctype-lower
23 assert-h
25 configure.ac:
26 AC_REQUIRE([gl_UCHAR_H])
27 dnl Determine REPLACE_MBSTATE_T, from which GNULIB_defined_mbstate_t is
28 dnl determined.  It describes how mbrtoc32 is implemented.
29 AC_REQUIRE([gl_MBSTATE_T_BROKEN])
30 AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
31 AC_REQUIRE([gl_C32RTOMB_SANITYCHECK])
32 gl_UCHAR_MODULE_INDICATOR([c32islower])
34 Makefile.am:
35 lib_SOURCES += c32islower.c
37 Include:
38 <uchar.h>
40 Link:
41 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
42 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
44 License:
45 LGPLv2+
47 Maintainer:
48 Bruno Haible