Update to Unicode 5.2.0.
[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-Ll
17 unictype/category-Lm
18 unictype/category-Lo
19 unictype/category-Lt
20 unictype/category-Lu
21 unictype/category-M
22 unictype/category-Mc
23 unictype/category-Me
24 unictype/category-Mn
25 unictype/category-N
26 unictype/category-Nd
27 unictype/category-Nl
28 unictype/category-No
29 unictype/category-P
30 unictype/category-Pc
31 unictype/category-Pd
32 unictype/category-Pe
33 unictype/category-Pf
34 unictype/category-Pi
35 unictype/category-Po
36 unictype/category-Ps
37 unictype/category-S
38 unictype/category-Sc
39 unictype/category-Sk
40 unictype/category-Sm
41 unictype/category-So
42 unictype/category-Z
43 unictype/category-Zl
44 unictype/category-Zp
45 unictype/category-Zs
46 unictype/category-none
47
48 configure.ac:
49 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/category-byname])
50
51 Makefile.am:
52 if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_BYNAME
53 lib_SOURCES += unictype/categ_byname.c
54 endif
55
56 Include:
57 "unictype.h"
58
59 License:
60 LGPL
61
62 Maintainer:
63 Bruno Haible
64