eb5e7a6684f0704a1cc1f058f171065c676e7f95
[gnulib.git] / modules / unictype / property-byname
1 Description:
2 Find a Unicode character property, given its name.
3
4 Files:
5 lib/unictype/pr_byname.c
6 lib/unictype/pr_byname.gperf
7
8 Depends-on:
9 unictype/base
10 unictype/property-alphabetic
11 unictype/property-ascii-hex-digit
12 unictype/property-bidi-arabic-digit
13 unictype/property-bidi-arabic-right-to-left
14 unictype/property-bidi-block-separator
15 unictype/property-bidi-boundary-neutral
16 unictype/property-bidi-common-separator
17 unictype/property-bidi-control
18 unictype/property-bidi-embedding-or-override
19 unictype/property-bidi-eur-num-separator
20 unictype/property-bidi-eur-num-terminator
21 unictype/property-bidi-european-digit
22 unictype/property-bidi-hebrew-right-to-left
23 unictype/property-bidi-left-to-right
24 unictype/property-bidi-non-spacing-mark
25 unictype/property-bidi-other-neutral
26 unictype/property-bidi-pdf
27 unictype/property-bidi-segment-separator
28 unictype/property-bidi-whitespace
29 unictype/property-combining
30 unictype/property-composite
31 unictype/property-currency-symbol
32 unictype/property-dash
33 unictype/property-decimal-digit
34 unictype/property-default-ignorable-code-point
35 unictype/property-deprecated
36 unictype/property-diacritic
37 unictype/property-extender
38 unictype/property-format-control
39 unictype/property-grapheme-base
40 unictype/property-grapheme-extend
41 unictype/property-grapheme-link
42 unictype/property-hex-digit
43 unictype/property-hyphen
44 unictype/property-id-continue
45 unictype/property-id-start
46 unictype/property-ideographic
47 unictype/property-ids-binary-operator
48 unictype/property-ids-trinary-operator
49 unictype/property-ignorable-control
50 unictype/property-iso-control
51 unictype/property-join-control
52 unictype/property-left-of-pair
53 unictype/property-line-separator
54 unictype/property-logical-order-exception
55 unictype/property-lowercase
56 unictype/property-math
57 unictype/property-non-break
58 unictype/property-not-a-character
59 unictype/property-numeric
60 unictype/property-other-alphabetic
61 unictype/property-other-default-ignorable-code-point
62 unictype/property-other-grapheme-extend
63 unictype/property-other-id-continue
64 unictype/property-other-id-start
65 unictype/property-other-lowercase
66 unictype/property-other-math
67 unictype/property-other-uppercase
68 unictype/property-paired-punctuation
69 unictype/property-paragraph-separator
70 unictype/property-pattern-syntax
71 unictype/property-pattern-white-space
72 unictype/property-private-use
73 unictype/property-punctuation
74 unictype/property-quotation-mark
75 unictype/property-radical
76 unictype/property-sentence-terminal
77 unictype/property-soft-dotted
78 unictype/property-space
79 unictype/property-terminal-punctuation
80 unictype/property-titlecase
81 unictype/property-unassigned-code-value
82 unictype/property-unified-ideograph
83 unictype/property-uppercase
84 unictype/property-variation-selector
85 unictype/property-white-space
86 unictype/property-xid-continue
87 unictype/property-xid-start
88 unictype/property-zero-width
89 gperf
90
91 configure.ac:
92 AC_PROG_MKDIR_P
93
94 Makefile.am:
95 lib_SOURCES += unictype/pr_byname.c
96
97 unictype/pr_byname.h: unictype/pr_byname.gperf
98         @MKDIR_P@ unictype
99         $(GPERF) -m 10 $(srcdir)/unictype/pr_byname.gperf > $@-t
100         mv $@-t $@
101 BUILT_SOURCES        += unictype/pr_byname.h
102 MOSTLYCLEANFILES     += unictype/pr_byname.h-t
103 MAINTAINERCLEANFILES += unictype/pr_byname.h
104 EXTRA_DIST           += unictype/pr_byname.h
105
106 Include:
107 "unictype.h"
108
109 License:
110 LGPL
111
112 Maintainer:
113 Bruno Haible
114