Mercurial > emacs
annotate lisp/international/charprop.el @ 103827:83d01dea9bdf
Reflect the latest change of TUTORIAL.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 10 Jul 2009 05:49:15 +0000 |
parents | dfc5c865eb14 |
children | be2d9a296ba1 |
rev | line source |
---|---|
103313
dfc5c865eb14
* international/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
102903
diff
changeset
|
1 ;; Copyright (C) 1991-2009 Unicode, Inc. |
dfc5c865eb14
* international/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
102903
diff
changeset
|
2 ;; This file was generated from the Unicode data file at |
dfc5c865eb14
* international/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
102903
diff
changeset
|
3 ;; http://www.unicode.org/Public/UNIDATA/UnicodeData.txt. |
dfc5c865eb14
* international/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
102903
diff
changeset
|
4 ;; See lisp/international/README for the copyright and permission notice. |
dfc5c865eb14
* international/README: New file.
Chong Yidong <cyd@stupidchicken.com>
parents:
102903
diff
changeset
|
5 |
90276 | 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: | |
102903 | 31 font, noBreak, initial, medial, final, isolated, circle, super, |
32 sub, vertical, wide, narrow, small, square, fraction, compat") | |
90276 | 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). | |
100095 | 44 Property value is an integer or a floating point.") |
90276 | 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 |