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