31 lines
445 B
Plaintext
31 lines
445 B
Plaintext
Description:
|
|
btoc32() function: convert unibyte character to 32-bit wide character.
|
|
|
|
Files:
|
|
lib/btoc32.c
|
|
|
|
Depends-on:
|
|
uchar
|
|
mbszero
|
|
mbrtoc32
|
|
btowc
|
|
|
|
configure.ac:
|
|
gl_UCHAR_MODULE_INDICATOR([btoc32])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += btoc32.c
|
|
|
|
Include:
|
|
<uchar.h>
|
|
|
|
Link:
|
|
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
|
|
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|