Hash :
d6f86715
Author :
Date :
2020-01-09T02:04:07
c32tob: Make consistent with mbrtoc32. * lib/c32tob.c: Include <stdio.h>, <string.h>, <wchar.h>. (c32tob): If the char32_t encoding and the wchar_t encoding may differ, use c32rtomb, not wctob. * modules/c32tob (Files): Add m4/mbrtoc32.m4. (Depends-on): Add c32rtomb. (configure.ac): Require gl_MBRTOC32_SANITYCHECK.
Description:
c32tob() function: convert 32-bit wide character to unibyte character.
Files:
lib/c32tob.c
m4/mbrtoc32.m4
Depends-on:
uchar
c32rtomb
wctob
configure.ac:
AC_REQUIRE([gl_MBRTOC32_SANITYCHECK])
gl_UCHAR_MODULE_INDICATOR([c32tob])
Makefile.am:
lib_SOURCES += c32tob.c
Include:
<uchar.h>
License:
LGPL
Maintainer:
Bruno Haible