1Description:
2Normalization insensitive comparison of UTF-8 strings.
3
4Files:
5lib/uninorm/u8-normcmp.c
6lib/uninorm/u-normcmp.h
7
8Depends-on:
9uninorm/base
10uninorm/u8-normalize
11unistr/u8-cmp2
12minmax
13
14configure.ac:
15gl_LIBUNISTRING_MODULE([0.9.8], [uninorm/u8-normcmp])
16
17Makefile.am:
18if LIBUNISTRING_COMPILE_UNINORM_U8_NORMCMP
19lib_SOURCES += uninorm/u8-normcmp.c
20endif
21
22Include:
23"uninorm.h"
24
25License:
26LGPLv3+ or GPLv2+
27
28Maintainer:
29all
30