doc: Update regarding stable branches.
[gnulib.git] / modules / mbchar
blob7d4c8f6cec2ac0a9e3de07621539ff2e72266484
1 Description:
2 Multibyte character data type.
4 Files:
5 lib/mbchar.h
6 lib/mbchar.c
7 m4/mbchar.m4
9 Depends-on:
10 extensions
11 extern-inline
12 stdbool
13 uchar
14 c32isalnum
15 c32isalpha
16 c32isblank
17 c32iscntrl
18 c32isdigit
19 c32isgraph
20 c32islower
21 c32isprint
22 c32ispunct
23 c32isspace
24 c32isupper
25 c32isxdigit
26 c32tolower
27 c32width
28 memcmp
30 configure.ac:
31 gl_MBCHAR
33 Makefile.am:
34 lib_SOURCES += mbchar.c
36 Include:
37 "mbchar.h"
39 Link:
40 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
41 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
43 License:
44 LGPLv2+
46 Maintainer:
47 all