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.
31 lines
461 B
Plaintext
31 lines
461 B
Plaintext
Description:
|
|
Case and normalization insensitive comparison of UTF-8 strings.
|
|
|
|
Files:
|
|
lib/unicase/u8-casecmp.c
|
|
lib/unicase/u-casecmp.h
|
|
|
|
Depends-on:
|
|
unicase/base
|
|
unicase/u8-casefold
|
|
uninorm/decomposing-form
|
|
unistr/u8-cmp2
|
|
minmax
|
|
|
|
configure.ac:
|
|
gl_LIBUNISTRING_MODULE([0.9.6], [unicase/u8-casecmp])
|
|
|
|
Makefile.am:
|
|
if LIBUNISTRING_COMPILE_UNICASE_U8_CASECMP
|
|
lib_SOURCES += unicase/u8-casecmp.c
|
|
endif
|
|
|
|
Include:
|
|
"unicase.h"
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2
|
|
|
|
Maintainer:
|
|
all
|