blob: deb5d1500a0279935a597ada64e8d349e1316df4 (
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:
Association between Unicode characters and their names.
Files:
lib/uniname/gen-uninames.lisp
lib/uniname/uninames.h
lib/uniname/uniname.c
Depends-on:
uniname/base
memcmp
configure.ac:
gl_LIBUNISTRING_MODULE([0.9], [uniname/uniname])
Makefile.am:
if LIBUNISTRING_COMPILE_UNINAME_UNINAME
lib_SOURCES += uniname/uniname.c
endif
Include:
"uniname.h"
License:
LGPL
Maintainer:
Bruno Haible
|