1Description:
2wctob() function: convert wide character to unibyte character.
3
4Files:
5lib/wctob.c
6m4/wctob.m4
7m4/locale-fr.m4
8m4/codeset.m4
9
10Depends-on:
11wchar
12wctomb          [test $HAVE_WCTOB = 0 || test $REPLACE_WCTOB = 1]
13
14configure.ac:
15gl_FUNC_WCTOB
16if test $HAVE_WCTOB = 0 || test $REPLACE_WCTOB = 1; then
17  AC_LIBOBJ([wctob])
18  gl_PREREQ_WCTOB
19fi
20gl_WCHAR_MODULE_INDICATOR([wctob])
21
22Makefile.am:
23
24Include:
25<wchar.h>
26
27License:
28LGPL
29
30Maintainer:
31Bruno Haible
32
33