summaryrefslogtreecommitdiff
path: root/modules/unictype/category-of
blob: d5cb1d87f0d392431f65001d1d00642fe27a58d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description:
Determine category of a Unicode character.

Files:
lib/unictype/categ_of.c
lib/unictype/categ_of.h

Depends-on:
unictype/base
unictype/category-none

configure.ac:
AC_REQUIRE([AC_C_INLINE])
gl_LIBUNISTRING_MODULE([0.9.4], [unictype/category-of])

Makefile.am:
if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF
lib_SOURCES += unictype/categ_of.c
endif

Include:
"unictype.h"

License:
LGPLv2+

Maintainer:
Daiki Ueno