gnulib-tool.py: Reduce code duplication in file name transformations.
[gnulib.git] / modules / c32tob
blob11717a78f1ee65eca38589a7b2d030f0f2ffc432
1 Description:
2 c32tob() function: convert 32-bit wide character to unibyte character.
4 Files:
5 lib/c32tob.c
6 m4/mbrtoc32.m4
7 m4/locale-fr.m4
8 m4/locale-zh.m4
9 m4/codeset.m4
11 Depends-on:
12 uchar
13 mbszero
14 c32rtomb
15 wctob
17 configure.ac:
18 AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
19 gl_UCHAR_MODULE_INDICATOR([c32tob])
21 Makefile.am:
22 lib_SOURCES += c32tob.c
24 Include:
25 <uchar.h>
27 Link:
28 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
29 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
31 License:
32 LGPL
34 Maintainer:
35 Bruno Haible