mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +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.
28 lines
363 B
Plaintext
28 lines
363 B
Plaintext
Description:
|
|
Test whether a Unicode character is "case-ignorable".
|
|
|
|
Files:
|
|
lib/unicase/caseprop.h
|
|
lib/unicase/ignorable.c
|
|
lib/unicase/ignorable.h
|
|
lib/unictype/bitmap.h
|
|
|
|
Depends-on:
|
|
unitypes
|
|
stdbool
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_INLINE])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += unicase/ignorable.c
|
|
|
|
Include:
|
|
"unicase/caseprop.h"
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2
|
|
|
|
Maintainer:
|
|
all
|