summaryrefslogtreecommitdiff
path: root/gnulib/modules/unicase/tolower
blob: 870a8a05e4c80d9a539d4b49f13fba9094ff0f9a (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
Description:
Lowercase mapping for Unicode characters (locale and context independent).

Files:
lib/unicase/tolower.c
lib/unicase/tolower.h
lib/unicase/simple-mapping.h

Depends-on:
unicase/base

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.4], [unicase/tolower])

Makefile.am:
if LIBUNISTRING_COMPILE_UNICASE_TOLOWER
lib_SOURCES += unicase/tolower.c
endif

Include:
"unicase.h"

License:
LGPL

Maintainer:
Bruno Haible