1Description:
2Test whether a Unicode character is "hex digit".
3
4Files:
5lib/unictype/pr_hex_digit.c
6lib/unictype/pr_hex_digit.h
7lib/unictype/bitmap.h
8
9Depends-on:
10unictype/base
11
12configure.ac:
13AC_REQUIRE([AC_C_INLINE])
14gl_LIBUNISTRING_MODULE([0.9.8], [unictype/property-hex-digit])
15
16Makefile.am:
17if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_HEX_DIGIT
18lib_SOURCES += unictype/pr_hex_digit.c
19endif
20
21Include:
22"unictype.h"
23
24License:
25LGPLv3+ or GPLv2+
26
27Maintainer:
28all
29