1Description:
2Compatibility normalization of Unicode strings.
3
4Files:
5lib/uninorm/nfkc.c
6lib/uninorm/normalize-internal.h
7
8Depends-on:
9uninorm/base
10uninorm/compat-decomposition
11uninorm/composition
12uninorm/nfkd
13
14configure.ac:
15gl_LIBUNISTRING_MODULE([0.9.8], [uninorm/nfkc])
16
17Makefile.am:
18if LIBUNISTRING_COMPILE_UNINORM_NFKC
19lib_SOURCES += uninorm/nfkc.c
20endif
21
22Include:
23"uninorm.h"
24
25License:
26LGPLv3+ or GPLv2+
27
28Maintainer:
29all
30