Mercurial > hg > octave-kai > gnulib-hg
comparison modules/unictype/property-all @ 9471:6dc73c76eced
Unicode character classification functions.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 13 Nov 2007 00:15:53 +0100 |
parents | |
children | 500ae32859c1 |
comparison
equal
deleted
inserted
replaced
9470:4b48f7a470c2 | 9471:6dc73c76eced |
---|---|
1 Description: | |
2 Complete API for Unicode character properties. | |
3 | |
4 Files: | |
5 | |
6 Depends-on: | |
7 unictype/property-alphabetic | |
8 unictype/property-ascii-hex-digit | |
9 unictype/property-bidi-arabic-digit | |
10 unictype/property-bidi-arabic-right-to-left | |
11 unictype/property-bidi-block-separator | |
12 unictype/property-bidi-boundary-neutral | |
13 unictype/property-bidi-common-separator | |
14 unictype/property-bidi-control | |
15 unictype/property-bidi-embedding-or-override | |
16 unictype/property-bidi-eur-num-separator | |
17 unictype/property-bidi-eur-num-terminator | |
18 unictype/property-bidi-european-digit | |
19 unictype/property-bidi-hebrew-right-to-left | |
20 unictype/property-bidi-left-to-right | |
21 unictype/property-bidi-non-spacing-mark | |
22 unictype/property-bidi-other-neutral | |
23 unictype/property-bidi-pdf | |
24 unictype/property-bidi-segment-separator | |
25 unictype/property-bidi-whitespace | |
26 unictype/property-byname | |
27 unictype/property-combining | |
28 unictype/property-composite | |
29 unictype/property-currency-symbol | |
30 unictype/property-dash | |
31 unictype/property-decimal-digit | |
32 unictype/property-default-ignorable-code-point | |
33 unictype/property-deprecated | |
34 unictype/property-diacritic | |
35 unictype/property-extender | |
36 unictype/property-format-control | |
37 unictype/property-grapheme-base | |
38 unictype/property-grapheme-extend | |
39 unictype/property-grapheme-link | |
40 unictype/property-hex-digit | |
41 unictype/property-hyphen | |
42 unictype/property-id-continue | |
43 unictype/property-id-start | |
44 unictype/property-ideographic | |
45 unictype/property-ids-binary-operator | |
46 unictype/property-ids-trinary-operator | |
47 unictype/property-ignorable-control | |
48 unictype/property-iso-control | |
49 unictype/property-join-control | |
50 unictype/property-left-of-pair | |
51 unictype/property-line-separator | |
52 unictype/property-logical-order-exception | |
53 unictype/property-lowercase | |
54 unictype/property-math | |
55 unictype/property-non-break | |
56 unictype/property-not-a-character | |
57 unictype/property-numeric | |
58 unictype/property-other-alphabetic | |
59 unictype/property-other-default-ignorable-code-point | |
60 unictype/property-other-grapheme-extend | |
61 unictype/property-other-id-continue | |
62 unictype/property-other-id-start | |
63 unictype/property-other-lowercase | |
64 unictype/property-other-math | |
65 unictype/property-other-uppercase | |
66 unictype/property-paired-punctuation | |
67 unictype/property-paragraph-separator | |
68 unictype/property-pattern-syntax | |
69 unictype/property-pattern-white-space | |
70 unictype/property-private-use | |
71 unictype/property-punctuation | |
72 unictype/property-quotation-mark | |
73 unictype/property-radical | |
74 unictype/property-sentence-terminal | |
75 unictype/property-soft-dotted | |
76 unictype/property-space | |
77 unictype/property-terminal-punctuation | |
78 unictype/property-test | |
79 unictype/property-titlecase | |
80 unictype/property-unassigned-code-value | |
81 unictype/property-unified-ideograph | |
82 unictype/property-uppercase | |
83 unictype/property-variation-selector | |
84 unictype/property-white-space | |
85 unictype/property-xid-continue | |
86 unictype/property-xid-start | |
87 unictype/property-zero-width | |
88 | |
89 configure.ac: | |
90 | |
91 Makefile.am: | |
92 | |
93 Include: | |
94 "unictype.h" | |
95 | |
96 License: | |
97 LGPL | |
98 | |
99 Maintainer: | |
100 Bruno Haible | |
101 |