repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
stdlib: Adjust warning about function 'free'.
[gnulib.git]
/
modules
/
unicase
/
totitle
blob
2a85083cda9fb0243b79a9ae2a5b51ed2fde852c
1
Description:
2
Titlecase mapping for Unicode characters (locale and context independent).
3
4
Files:
5
lib/unicase/totitle.c
6
lib/unicase/totitle.h
7
lib/unicase/simple-mapping.h
8
9
Depends-on:
10
unicase/base
11
12
configure.ac:
13
gl_LIBUNISTRING_MODULE([1.3], [unicase/totitle])
14
15
Makefile.am:
16
if LIBUNISTRING_COMPILE_UNICASE_TOTITLE
17
lib_SOURCES += unicase/totitle.c
18
endif
19
20
Include:
21
"unicase.h"
22
23
License:
24
LGPLv3+ or GPLv2+
25
26
Maintainer:
27
all