mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* 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.
32 lines
498 B
Plaintext
32 lines
498 B
Plaintext
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
|