Rename module 'memxfrm' to 'amemxfrm'.
[gnulib.git] / modules / unicase / u32-casexfrm
1 Description:
2 Locale dependent transformation for case insensitive comparison of UTF-32
3 strings.
4
5 Files:
6 lib/unicase/u32-casexfrm.c
7 lib/unicase/u-casexfrm.h
8
9 Depends-on:
10 unicase/base
11 unicase/u32-casefold
12 uniconv/u32-conv-to-enc
13 localcharset
14 amemxfrm
15
16 configure.ac:
17 gl_LIBUNISTRING_MODULE([0.9.1], [unicase/u32-casexfrm])
18
19 Makefile.am:
20 if LIBUNISTRING_COMPILE_UNICASE_U32_CASEXFRM
21 lib_SOURCES += unicase/u32-casexfrm.c
22 endif
23
24 Include:
25 "unicase.h"
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible
32