mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
29 lines
340 B
Plaintext
29 lines
340 B
Plaintext
Description:
|
|
Test whether a Unicode character is "cased".
|
|
|
|
Files:
|
|
lib/unicase/caseprop.h
|
|
lib/unicase/cased.c
|
|
lib/unicase/cased.h
|
|
lib/unictype/bitmap.h
|
|
|
|
Depends-on:
|
|
unitypes
|
|
stdbool
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_INLINE])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += unicase/cased.c
|
|
|
|
Include:
|
|
"unicase/caseprop.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|