summaryrefslogtreecommitdiff
path: root/modules/uninorm/filter
blob: e6266c48834553739577a0be7a0c455f7cd907fd (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
Description:
Normalization of a stream of Unicode characters.

Files:
lib/uninorm/uninorm-filter.c
lib/uninorm/normalize-internal.h

Depends-on:
uninorm/base
unictype/combining-class
uninorm/decompose-internal
malloc-posix

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.6], [uninorm/filter])

Makefile.am:
if LIBUNISTRING_COMPILE_UNINORM_FILTER
lib_SOURCES += uninorm/uninorm-filter.c
endif

Include:
"uninorm.h"

License:
LGPL

Maintainer:
Daiki Ueno