Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
[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
12 Depends-on:
13 wchar
14 mbsinit
15 localcharset
16 streq
17 verify
18 extensions
19
20 configure.ac:
21 gl_FUNC_MBRTOWC
22 gl_WCHAR_MODULE_INDICATOR([mbrtowc])
23
24 Makefile.am:
25
26 Include:
27 <wchar.h>
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible
34