Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / uninorm / u16-normcoll
1 Description:
2 Locale dependent, normalization insensitive comparison of UTF-16 strings.
3
4 Files:
5 lib/uninorm/u16-normcoll.c
6 lib/uninorm/u-normcoll.h
7
8 Depends-on:
9 uninorm/base
10 uninorm/u16-normxfrm
11 memcmp2
12
13 configure.ac:
14 gl_LIBUNISTRING_MODULE([0.9.4], [uninorm/u16-normcoll])
15
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNINORM_U16_NORMCOLL
18 lib_SOURCES += uninorm/u16-normcoll.c
19 endif
20
21 Include:
22 "uninorm.h"
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible
29