Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-23
[bpt/emacs.git] / lisp / international / charprop.el
CommitLineData
510db9dd
KH
1;; Automatically generated by unidata-gen.el.
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:
27 <font>, <noBreak>, <initial>, <medial>, <final>, <isolated>, <circle>,
28 <super>, <sub>, <vertical>, <wide>, <narrow>, <small>, <square>, <fraction>,
29 <compat>")
30;; FILE: uni-decimal.el
31(define-char-code-property 'decimal-digit-value "uni-decimal.el"
32 "Unicode numeric value (decimal digit).
33Property value is an integer.")
34;; FILE: uni-digit.el
35(define-char-code-property 'digit-value "uni-digit.el"
36 "Unicode numeric value (digit).
37Property value is an integer.")
38;; FILE: uni-numeric.el
39(define-char-code-property 'numeric-value "uni-numeric.el"
40 "Unicode numeric value (numeric).
41Property value is an symbol.")
42;; FILE: uni-mirrored.el
43(define-char-code-property 'mirrored "uni-mirrored.el"
44 "Unicode bidi mirrored flag.
45Property value is a symbol `Y' or `N'.")
46;; FILE: uni-old-name.el
47(define-char-code-property 'old-name "uni-old-name.el"
48 "Unicode old names as published in Unicode 1.0.
49Property value is a string.")
50;; FILE: uni-comment.el
51(define-char-code-property 'iso-10646-comment "uni-comment.el"
52 "Unicode ISO 10646 comment.
53Property value is a string.")
54;; FILE: uni-uppercase.el
55(define-char-code-property 'uppercase "uni-uppercase.el"
56 "Unicode simple uppercase mapping.
57Property value is a character.")
58;; FILE: uni-lowercase.el
59(define-char-code-property 'lowercase "uni-lowercase.el"
60 "Unicode simple lowercase mapping.
61Property value is a character.")
62;; FILE: uni-titlecase.el
63(define-char-code-property 'titlecase "uni-titlecase.el"
64 "Unicode simple titlecase mapping.
65Property value is a character.")
66;; Local Variables:
67;; coding: utf-8
68;; no-byte-compile: t
69;; End:
70
71;; charprop.el ends here