mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* modules/libunistring: (License): Change from LGPL to "LGPLv3+ or GPLv2". * modules/libunistring-optional: Likewise. * modules/unicase/*: Likewise. * modules/uniconv/*: Likewise. * modules/unictype/*: Likewise. * modules/unigbrk/*: Likewise. * modules/unilbrk/*: Likewise. * modules/uniname/*: Likewise. * modules/uninorm/*: Likewise. * modules/unistdio/*: Likewise. * modules/unistr/*: Likewise. * modules/uniwbrk/*: Likewise. * modules/uniwidth/*: Likewise.
36 lines
537 B
Plaintext
36 lines
537 B
Plaintext
Description:
|
|
Case mapping for UTF-32 strings (locale dependent).
|
|
|
|
Files:
|
|
lib/unicase/unicasemap.h
|
|
lib/unicase/u32-casemap.c
|
|
lib/unicase/u-casemap.h
|
|
lib/unicase/context.h
|
|
|
|
Depends-on:
|
|
unicase/base
|
|
unicase/cased
|
|
unicase/ignorable
|
|
unicase/special-casing
|
|
unictype/combining-class
|
|
unictype/property-soft-dotted
|
|
unistr/u32-mbtouc-unsafe
|
|
unistr/u32-uctomb
|
|
unistr/u32-cpy
|
|
uninorm/u32-normalize
|
|
stdbool
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += unicase/u32-casemap.c
|
|
|
|
Include:
|
|
"unicase/unicasemap.h"
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2
|
|
|
|
Maintainer:
|
|
all
|