New module 'unictype/category-LC', part 2.
[gnulib.git] / modules / unictype / category-byname
1 Description:
2 Find a Unicode character category, given its name.
3
4 Files:
5 lib/unictype/categ_byname.c
6
7 Depends-on:
8 unictype/base
9 unictype/category-C
10 unictype/category-Cc
11 unictype/category-Cf
12 unictype/category-Cn
13 unictype/category-Co
14 unictype/category-Cs
15 unictype/category-L
16 unictype/category-LC
17 unictype/category-Ll
18 unictype/category-Lm
19 unictype/category-Lo
20 unictype/category-Lt
21 unictype/category-Lu
22 unictype/category-M
23 unictype/category-Mc
24 unictype/category-Me
25 unictype/category-Mn
26 unictype/category-N
27 unictype/category-Nd
28 unictype/category-Nl
29 unictype/category-No
30 unictype/category-P
31 unictype/category-Pc
32 unictype/category-Pd
33 unictype/category-Pe
34 unictype/category-Pf
35 unictype/category-Pi
36 unictype/category-Po
37 unictype/category-Ps
38 unictype/category-S
39 unictype/category-Sc
40 unictype/category-Sk
41 unictype/category-Sm
42 unictype/category-So
43 unictype/category-Z
44 unictype/category-Zl
45 unictype/category-Zp
46 unictype/category-Zs
47 unictype/category-none
48
49 configure.ac:
50 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/category-byname])
51
52 Makefile.am:
53 if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_BYNAME
54 lib_SOURCES += unictype/categ_byname.c
55 endif
56
57 Include:
58 "unictype.h"
59
60 License:
61 LGPL
62
63 Maintainer:
64 Bruno Haible
65