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
Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git]
/
modules
/
uninorm
/
nfc
blob
59fe387ded9cbccac1d7ac94462495c047a0f815
1
Description:
2
Canonical normalization of Unicode strings.
3
4
Files:
5
lib/uninorm/nfc.c
6
lib/uninorm/normalize-internal.h
7
8
Depends-on:
9
uninorm/base
10
uninorm/canonical-decomposition
11
uninorm/composition
12
uninorm/nfd
13
14
configure.ac:
15
gl_LIBUNISTRING_MODULE([0.9.8], [uninorm/nfc])
16
17
Makefile.am:
18
if LIBUNISTRING_COMPILE_UNINORM_NFC
19
lib_SOURCES += uninorm/nfc.c
20
endif
21
22
Include:
23
"uninorm.h"
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all