Fix default values of character properties.
[bpt/emacs.git] / lisp / international / charprop.el
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.
5 Property value is a string.")
6 ;; FILE: uni-category.el
7 (define-char-code-property 'general-category "uni-category.el"
8 "Unicode general category.
9 Property 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.
15 Property value is an integer.")
16 ;; FILE: uni-bidi.el
17 (define-char-code-property 'bidi-class "uni-bidi.el"
18 "Unicode bidi class.
19 Property 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.
25 Property value is a list of characters. The first element may be
26 one of these symbols representing compatibility formatting tag:
27 font, noBreak, initial, medial, final, isolated, circle, super,
28 sub, vertical, wide, narrow, small, square, fraction, compat")
29 ;; FILE: uni-decimal.el
30 (define-char-code-property 'decimal-digit-value "uni-decimal.el"
31 "Unicode numeric value (decimal digit).
32 Property value is an integer 0..9, or nil.
33 The value nil stands for NaN \"Numeric_Value\".")
34 ;; FILE: uni-digit.el
35 (define-char-code-property 'digit-value "uni-digit.el"
36 "Unicode numeric value (digit).
37 Property value is an integer 0..9, or nil.
38 The value nil stands for NaN \"Numeric_Value\".")
39 ;; FILE: uni-numeric.el
40 (define-char-code-property 'numeric-value "uni-numeric.el"
41 "Unicode numeric value (numeric).
42 Property value is an integer, a floating point, or nil.
43 The value nil stands for NaN \"Numeric_Value\".")
44 ;; FILE: uni-mirrored.el
45 (define-char-code-property 'mirrored "uni-mirrored.el"
46 "Unicode bidi mirrored flag.
47 Property value is a symbol `Y' or `N'. See also the property `mirroring'.")
48 ;; FILE: uni-old-name.el
49 (define-char-code-property 'old-name "uni-old-name.el"
50 "Unicode old names as published in Unicode 1.0.
51 Property value is a string.")
52 ;; FILE: uni-comment.el
53 (define-char-code-property 'iso-10646-comment "uni-comment.el"
54 "Unicode ISO 10646 comment.
55 Property value is a string.")
56 ;; FILE: uni-uppercase.el
57 (define-char-code-property 'uppercase "uni-uppercase.el"
58 "Unicode simple uppercase mapping.
59 Property value is a character or nil.
60 The value nil means that the actual property value of a character
61 is the character itself.")
62 ;; FILE: uni-lowercase.el
63 (define-char-code-property 'lowercase "uni-lowercase.el"
64 "Unicode simple lowercase mapping.
65 Property value is a character or nil.
66 The value nil means that the actual property value of a character
67 is the character itself.")
68 ;; FILE: uni-titlecase.el
69 (define-char-code-property 'titlecase "uni-titlecase.el"
70 "Unicode simple titlecase mapping.
71 Property value is a character or nil.
72 The value nil means that the actual property value of a character
73 is the character itself.")
74 ;; FILE: uni-mirrored.el
75 (define-char-code-property 'mirroring "uni-mirrored.el"
76 "Unicode bidi-mirroring characters.
77 Property value is a character that has the corresponding mirroring image or nil.
78 The value nil means that the actual property value of a character
79 is the character itself.")
80 ;; Local Variables:
81 ;; coding: utf-8
82 ;; no-byte-compile: t
83 ;; End:
84
85 ;; charprop.el ends here