Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git] / modules / uninorm / nfc
blob59fe387ded9cbccac1d7ac94462495c047a0f815
1 Description:
2 Canonical normalization of Unicode strings.
4 Files:
5 lib/uninorm/nfc.c
6 lib/uninorm/normalize-internal.h
8 Depends-on:
9 uninorm/base
10 uninorm/canonical-decomposition
11 uninorm/composition
12 uninorm/nfd
14 configure.ac:
15 gl_LIBUNISTRING_MODULE([0.9.8], [uninorm/nfc])
17 Makefile.am:
18 if LIBUNISTRING_COMPILE_UNINORM_NFC
19 lib_SOURCES += uninorm/nfc.c
20 endif
22 Include:
23 "uninorm.h"
25 License:
26 LGPLv2+
28 Maintainer:
29 all