summaryrefslogtreecommitdiff
path: root/gnulib/modules/uninorm/u32-normcoll
blob: 0a8510391385e5d4c631dc80832eb57af3c8cc85 (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
29
Description:
Locale dependent, normalization insensitive comparison of UTF-32 strings.

Files:
lib/uninorm/u32-normcoll.c
lib/uninorm/u-normcoll.h

Depends-on:
uninorm/base
uninorm/u32-normxfrm
memcmp2

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.4], [uninorm/u32-normcoll])

Makefile.am:
if LIBUNISTRING_COMPILE_UNINORM_U32_NORMCOLL
lib_SOURCES += uninorm/u32-normcoll.c
endif

Include:
"uninorm.h"

License:
LGPL

Maintainer:
Bruno Haible