Add C interface for Unicode character property table.
[bpt/emacs.git] / lisp / international / charprop.el
CommitLineData
c805dec0 1;; Automatically generated by unidata-gen.el.
61523a7c
KH
2;; FILE: uni-name.el
3(define-char-code-property 'name "uni-name.el"
4 "Unicode character name.
5Property value is a string.")
6;; FILE: uni-category.el
7(define-char-code-property 'general-category "uni-category.el"
8 "Unicode general category.
9Property value is one of the following symbols:
10 Lu, Ll, Lt, Lm, Lo, Mn, Mc, Me, Nd, Nl, No, Pc, Pd, Ps, Pe, Pi, Pf, Po,
11 Sm, Sc, Sk, So, Zs, Zl, Zp, Cc, Cf, Cs, Co, Cn")
12;; FILE: uni-combining.el
13(define-char-code-property 'canonical-combining-class "uni-combining.el"
14 "Unicode canonical combining class.
15Property value is an integer.")
16;; FILE: uni-bidi.el
17(define-char-code-property 'bidi-class "uni-bidi.el"
18 "Unicode bidi class.
19Property value is one of the following symbols:
20 L, LRE, LRO, R, AL, RLE, RLO, PDF, EN, ES, ET,
21 AN, CS, NSM, BN, B, S, WS, ON")
22;; FILE: uni-decomposition.el
23(define-char-code-property 'decomposition "uni-decomposition.el"
24 "Unicode decomposition mapping.
25Property value is a list of characters. The first element may be
26one of these symbols representing compatibility formatting tag:
3b920650
KH
27 font, noBreak, initial, medial, final, isolated, circle, super,
28 sub, vertical, wide, narrow, small, square, fraction, compat")
61523a7c
KH
29;; FILE: uni-decimal.el
30(define-char-code-property 'decimal-digit-value "uni-decimal.el"
31 "Unicode numeric value (decimal digit).
32Property value is an integer.")
33;; FILE: uni-digit.el
34(define-char-code-property 'digit-value "uni-digit.el"
35 "Unicode numeric value (digit).
36Property value is an integer.")
37;; FILE: uni-numeric.el
38(define-char-code-property 'numeric-value "uni-numeric.el"
39 "Unicode numeric value (numeric).
58f4a906 40Property value is an integer or a floating point.")
61523a7c
KH
41;; FILE: uni-mirrored.el
42(define-char-code-property 'mirrored "uni-mirrored.el"
43 "Unicode bidi mirrored flag.
c805dec0 44Property value is a symbol `Y' or `N'. See also the property `mirroring'.")
61523a7c
KH
45;; FILE: uni-old-name.el
46(define-char-code-property 'old-name "uni-old-name.el"
47 "Unicode old names as published in Unicode 1.0.
48Property value is a string.")
49;; FILE: uni-comment.el
50(define-char-code-property 'iso-10646-comment "uni-comment.el"
51 "Unicode ISO 10646 comment.
52Property value is a string.")
53;; FILE: uni-uppercase.el
54(define-char-code-property 'uppercase "uni-uppercase.el"
55 "Unicode simple uppercase mapping.
56Property value is a character.")
57;; FILE: uni-lowercase.el
58(define-char-code-property 'lowercase "uni-lowercase.el"
59 "Unicode simple lowercase mapping.
60Property value is a character.")
61;; FILE: uni-titlecase.el
62(define-char-code-property 'titlecase "uni-titlecase.el"
63 "Unicode simple titlecase mapping.
64Property value is a character.")
c805dec0
KH
65;; FILE: uni-mirrored.el
66(define-char-code-property 'mirroring "uni-mirrored.el"
67 "Unicode bidi-mirroring characters.
68Property value is a character that has the corresponding mirroring image,
69or nil for non-mirrored character.")
61523a7c
KH
70;; Local Variables:
71;; coding: utf-8
72;; no-byte-compile: t
73;; End:
74
75;; charprop.el ends here