Hash :
43128176
Author :
Date :
2024-12-27T23:41:50
Rename module uchar to uchar-h. * modules/uchar-h: Renamed from modules/uchar. * modules/uchar-h-tests: Renamed from modules/uchar-tests. * modules/uchar-h-c++-tests: Renamed from modules/uchar-c++-tests. * tests/test-uchar-h.c: Renamed from tests/test-uchar.c. * tests/test-uchar-h-c++.cc: Renamed from tests/test-uchar-c++.cc. * tests/test-uchar-h-c++2.cc: Renamed from tests/test-uchar-c++2.cc. * doc/posix-headers/uchar.texi: Update. * modules/* (Depends-on): Update. * modules/uchar: New file.
Description:
c32_get_mapping() function: get descriptor for a 32-bit wide character
case conversion.
Files:
lib/c32_get_mapping.c
Depends-on:
uchar-h
wctrans
c32tolower
c32toupper
configure.ac:
gl_UCHAR_MODULE_INDICATOR([c32_get_mapping])
Makefile.am:
lib_SOURCES += c32_get_mapping.c
Include:
<uchar.h>
Link:
$(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
$(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
License:
LGPLv2+
Maintainer:
Bruno Haible