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.
34 lines
584 B
Plaintext
34 lines
584 B
Plaintext
Description:
|
|
Normalization of UTF-16 strings.
|
|
|
|
Files:
|
|
lib/uninorm/u16-normalize.c
|
|
lib/uninorm/normalize-internal.h
|
|
lib/uninorm/u-normalize-internal.h
|
|
|
|
Depends-on:
|
|
uninorm/base
|
|
unistr/u16-mbtouc-unsafe
|
|
unistr/u16-uctomb
|
|
unistr/u16-cpy
|
|
unictype/combining-class
|
|
uninorm/decompose-internal
|
|
|
|
configure.ac:
|
|
gl_MODULE_INDICATOR_FOR_TESTS([uninorm/u16-normalize])
|
|
gl_LIBUNISTRING_MODULE([0.9.6], [uninorm/u16-normalize])
|
|
|
|
Makefile.am:
|
|
if LIBUNISTRING_COMPILE_UNINORM_U16_NORMALIZE
|
|
lib_SOURCES += uninorm/u16-normalize.c
|
|
endif
|
|
|
|
Include:
|
|
"uninorm.h"
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2
|
|
|
|
Maintainer:
|
|
all
|