Mercurial > emacs
annotate lisp/international/charprop.el @ 90106:bf0d492ea2d5
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-16
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-106
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-110
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-112
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-113
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-114
<no summary provided>
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-115
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-123
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-124
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-17
- miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-19
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-20
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-21
More work on moving images to etc/images
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-22
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-23
Fix errors with image-file installation
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-24
etc/Makefile.in (install): Put gnus-tut.txt in the right place.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-25
etc/Makefile.in (install, uninstall): Fix installed image dirs.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-26
etc/Makefile.in (install): Create $(etcdir)/images/gnus dir.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-27
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 23 Feb 2005 09:18:23 +0000 |
parents | e679673fca66 |
children |
rev | line source |
---|---|
90089
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
1 ;; Automatically generated by unidata-gen.el. |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
2 ;; FILE: uni-name.el |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
3 (define-char-code-property 'name "uni-name.el" |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
4 "Unicode character name. |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
5 Property value is a string.") |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
6 ;; FILE: uni-category.el |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
7 (define-char-code-property 'general-category "uni-category.el" |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
8 "Unicode general category. |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
9 Property value is one of the following symbols: |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
10 Lu, Ll, Lt, Lm, Lo, Mn, Mc, Me, Nd, Nl, No, Pc, Pd, Ps, Pe, Pi, Pf, Po, |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
11 Sm, Sc, Sk, So, Zs, Zl, Zp, Cc, Cf, Cs, Co, Cn") |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
12 ;; FILE: uni-combining.el |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
13 (define-char-code-property 'canonical-combining-class "uni-combining.el" |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
14 "Unicode canonical combining class. |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
15 Property value is an integer.") |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
16 ;; FILE: uni-bidi.el |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
17 (define-char-code-property 'bidi-class "uni-bidi.el" |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
18 "Unicode bidi class. |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
19 Property value is one of the following symbols: |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
20 L, LRE, LRO, R, AL, RLE, RLO, PDF, EN, ES, ET, |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
21 AN, CS, NSM, BN, B, S, WS, ON") |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
22 ;; FILE: uni-decomposition.el |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
23 (define-char-code-property 'decomposition "uni-decomposition.el" |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
24 "Unicode decomposition mapping. |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
25 Property value is a list of characters. The first element may be |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
26 one of these symbols representing compatiblity formatting tag: |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
27 <font>, <noBreak>, <initial>, <medial>, <final>, <isolated>, <circle>, |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
28 <super>, <sub>, <vertical>, <wide>, <narrow>, <small>, <square>, <fraction>, |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
29 <compat>") |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
30 ;; FILE: uni-decimal.el |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
31 (define-char-code-property 'decimal-digit-value "uni-decimal.el" |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
32 "Unicode numeric value (decimal digit). |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
33 Property value is an integer.") |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
34 ;; FILE: uni-digit.el |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
35 (define-char-code-property 'digit-value "uni-digit.el" |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
36 "Unicode numeric value (digit). |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
37 Property value is an integer.") |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
38 ;; FILE: uni-numeric.el |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
39 (define-char-code-property 'numeric-value "uni-numeric.el" |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
40 "Unicode numeric value (numeric). |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
41 Property value is an symbol.") |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
42 ;; FILE: uni-mirrored.el |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
43 (define-char-code-property 'mirrored "uni-mirrored.el" |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
44 "Unicode bidi mirrored flag. |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
45 Property value is a symbol `Y' or `N'.") |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
46 ;; FILE: uni-old-name.el |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
47 (define-char-code-property 'old-name "uni-old-name.el" |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
48 "Unicode old names as published in Unicode 1.0. |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
49 Property value is a string.") |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
50 ;; FILE: uni-comment.el |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
51 (define-char-code-property 'iso-10646-comment "uni-comment.el" |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
52 "Unicode ISO 10646 comment. |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
53 Property value is a string.") |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
54 ;; FILE: uni-uppercase.el |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
55 (define-char-code-property 'uppercase "uni-uppercase.el" |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
56 "Unicode simple uppercase mapping. |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
57 Property value is a character.") |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
58 ;; FILE: uni-lowercase.el |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
59 (define-char-code-property 'lowercase "uni-lowercase.el" |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
60 "Unicode simple lowercase mapping. |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
61 Property value is a character.") |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
62 ;; FILE: uni-titlecase.el |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
63 (define-char-code-property 'titlecase "uni-titlecase.el" |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
64 "Unicode simple titlecase mapping. |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
65 Property value is a character.") |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
66 ;; Local Variables: |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
67 ;; coding: utf-8 |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
68 ;; no-byte-compile: t |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
69 ;; End: |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
70 |
e679673fca66
New files automatically generated by admin/unidata/Makefile.
Kenichi Handa <handa@m17n.org>
parents:
diff
changeset
|
71 ;; charprop.el ends here |