Undo 2009-05-01 patch.
[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
93 Makefile.am:
94 lib_SOURCES += unictype/pr_byname.c
95
96 unictype/pr_byname.h: unictype/pr_byname.gperf
97         $(GPERF) -m 10 $(srcdir)/unictype/pr_byname.gperf > $@-t
98         mv $@-t $@
99 BUILT_SOURCES        += unictype/pr_byname.h
100 MOSTLYCLEANFILES     += unictype/pr_byname.h-t
101 MAINTAINERCLEANFILES += unictype/pr_byname.h
102 EXTRA_DIST           += unictype/pr_byname.h
103
104 Include:
105 "unictype.h"
106
107 License:
108 LGPL
109
110 Maintainer:
111 Bruno Haible
112