aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-01-20 04:35:30 +0000
committerKenichi Handa2006-01-20 04:35:30 +0000
commit510db9ddafccb89c2af5d7edfc959e3af350563f (patch)
treec72181af5fe5b5f143bc95434f054e8d841b4ccc
parent180505d55e3486320b9137534b2e4c3280c70d8a (diff)
downloademacs-510db9ddafccb89c2af5d7edfc959e3af350563f.tar.gz
emacs-510db9ddafccb89c2af5d7edfc959e3af350563f.zip
New file.
-rw-r--r--lisp/international/charprop.el71
-rw-r--r--lisp/international/uni-bidi.elbin0 -> 7468 bytes
-rw-r--r--lisp/international/uni-combining.elbin0 -> 7253 bytes
-rw-r--r--lisp/international/uni-decimal.elbin0 -> 1943 bytes
-rw-r--r--lisp/international/uni-digit.elbin0 -> 2136 bytes
-rw-r--r--lisp/international/uni-mirrored.elbin0 -> 6419 bytes
6 files changed, 71 insertions, 0 deletions
diff --git a/lisp/international/charprop.el b/lisp/international/charprop.el
new file mode 100644
index 00000000000..312fc99df41
--- /dev/null
+++ b/lisp/international/charprop.el
@@ -0,0 +1,71 @@
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
diff --git a/lisp/international/uni-bidi.el b/lisp/international/uni-bidi.el
new file mode 100644
index 00000000000..3bcf862d3ed
--- /dev/null
+++ b/lisp/international/uni-bidi.el
Binary files differ
diff --git a/lisp/international/uni-combining.el b/lisp/international/uni-combining.el
new file mode 100644
index 00000000000..1d81e5dc899
--- /dev/null
+++ b/lisp/international/uni-combining.el
Binary files differ
diff --git a/lisp/international/uni-decimal.el b/lisp/international/uni-decimal.el
new file mode 100644
index 00000000000..e37fa75e196
--- /dev/null
+++ b/lisp/international/uni-decimal.el
Binary files differ
diff --git a/lisp/international/uni-digit.el b/lisp/international/uni-digit.el
new file mode 100644
index 00000000000..a31655d0fb9
--- /dev/null
+++ b/lisp/international/uni-digit.el
Binary files differ
diff --git a/lisp/international/uni-mirrored.el b/lisp/international/uni-mirrored.el
new file mode 100644
index 00000000000..dc2e07617d7
--- /dev/null
+++ b/lisp/international/uni-mirrored.el
Binary files differ