NEWS.stable: log cherry-pick [3180807]->[768eb31] doc/lgpl-2.1.texi
[gnulib.git] / modules / mbrtowc
1 Description:
2 mbrtowc() function: convert multibyte character to wide character.
3
4 Files:
5 lib/mbrtowc.c
6 m4/mbrtowc.m4
7 m4/mbstate_t.m4
8 m4/locale-fr.m4
9 m4/locale-ja.m4
10 m4/locale-zh.m4
11 m4/codeset.m4
12
13 Depends-on:
14 wchar
15 extensions
16 mbsinit         [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
17 localcharset    [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
18 streq           [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
19 verify          [test $HAVE_MBRTOWC = 0 || test $REPLACE_MBRTOWC = 1]
20
21 configure.ac:
22 gl_FUNC_MBRTOWC
23 gl_WCHAR_MODULE_INDICATOR([mbrtowc])
24
25 Makefile.am:
26
27 Include:
28 <wchar.h>
29
30 License:
31 LGPLv2+
32
33 Maintainer:
34 Bruno Haible
35