blob: 507106c17f8115d6ec603627ecc19e48a6eea229 (
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
30
31
|
Description:
Uppercase mapping for UTF-16 strings (locale dependent).
Files:
lib/unicase/u16-toupper.c
Depends-on:
unicase/base
unicase/u16-casemap
unicase/special-casing
unicase/empty-prefix-context
unicase/empty-suffix-context
unicase/toupper
configure.ac:
gl_LIBUNISTRING_MODULE([0.9.4], [unicase/u16-toupper])
Makefile.am:
if LIBUNISTRING_COMPILE_UNICASE_U16_TOUPPER
lib_SOURCES += unicase/u16-toupper.c
endif
Include:
"unicase.h"
License:
LGPL
Maintainer:
Bruno Haible
|