Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / uninorm / u8-normalize
1 Description:
2 Normalization of UTF-8 strings.
3
4 Files:
5 lib/uninorm/u8-normalize.c
6 lib/uninorm/normalize-internal.h
7 lib/uninorm/u-normalize-internal.h
8
9 Depends-on:
10 uninorm/base
11 unistr/u8-mbtouc-unsafe
12 unistr/u8-uctomb
13 unistr/u8-cpy
14 unictype/combining-class
15 uninorm/decompose-internal
16
17 configure.ac:
18 gl_MODULE_INDICATOR_FOR_TESTS([uninorm/u8-normalize])
19 gl_LIBUNISTRING_MODULE([0.9.4], [uninorm/u8-normalize])
20
21 Makefile.am:
22 if LIBUNISTRING_COMPILE_UNINORM_U8_NORMALIZE
23 lib_SOURCES += uninorm/u8-normalize.c
24 endif
25
26 Include:
27 "uninorm.h"
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible
34