diff options
| -rw-r--r-- | lisp/international/charprop.el | 71 | ||||
| -rw-r--r-- | lisp/international/uni-bidi.el | bin | 0 -> 7637 bytes | |||
| -rw-r--r-- | lisp/international/uni-category.el | bin | 0 -> 10240 bytes | |||
| -rw-r--r-- | lisp/international/uni-combining.el | bin | 0 -> 7425 bytes | |||
| -rw-r--r-- | lisp/international/uni-comment.el | bin | 0 -> 7736 bytes | |||
| -rw-r--r-- | lisp/international/uni-decimal.el | bin | 0 -> 1974 bytes | |||
| -rw-r--r-- | lisp/international/uni-decomposition.el | bin | 0 -> 26584 bytes | |||
| -rw-r--r-- | lisp/international/uni-digit.el | bin | 0 -> 2167 bytes | |||
| -rw-r--r-- | lisp/international/uni-lowercase.el | bin | 0 -> 4691 bytes | |||
| -rw-r--r-- | lisp/international/uni-mirrored.el | bin | 0 -> 6611 bytes | |||
| -rw-r--r-- | lisp/international/uni-name.el | bin | 0 -> 110951 bytes | |||
| -rw-r--r-- | lisp/international/uni-numeric.el | bin | 0 -> 3358 bytes | |||
| -rw-r--r-- | lisp/international/uni-old-name.el | bin | 0 -> 19173 bytes | |||
| -rw-r--r-- | lisp/international/uni-titlecase.el | bin | 0 -> 4791 bytes | |||
| -rw-r--r-- | lisp/international/uni-uppercase.el | bin | 0 -> 4787 bytes |
15 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. | ||
| 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>, | ||
| 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). | ||
| 33 | Property value is an integer.") | ||
| 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.") | ||
| 38 | ;; FILE: uni-numeric.el | ||
| 39 | (define-char-code-property 'numeric-value "uni-numeric.el" | ||
| 40 | "Unicode numeric value (numeric). | ||
| 41 | Property value is an symbol.") | ||
| 42 | ;; FILE: uni-mirrored.el | ||
| 43 | (define-char-code-property 'mirrored "uni-mirrored.el" | ||
| 44 | "Unicode bidi mirrored flag. | ||
| 45 | Property 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. | ||
| 49 | Property 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. | ||
| 53 | Property value is a string.") | ||
| 54 | ;; FILE: uni-uppercase.el | ||
| 55 | (define-char-code-property 'uppercase "uni-uppercase.el" | ||
| 56 | "Unicode simple uppercase mapping. | ||
| 57 | Property value is a character.") | ||
| 58 | ;; FILE: uni-lowercase.el | ||
| 59 | (define-char-code-property 'lowercase "uni-lowercase.el" | ||
| 60 | "Unicode simple lowercase mapping. | ||
| 61 | Property value is a character.") | ||
| 62 | ;; FILE: uni-titlecase.el | ||
| 63 | (define-char-code-property 'titlecase "uni-titlecase.el" | ||
| 64 | "Unicode simple titlecase mapping. | ||
| 65 | Property 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..1465c5e8579 --- /dev/null +++ b/lisp/international/uni-bidi.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-category.el b/lisp/international/uni-category.el new file mode 100644 index 00000000000..fb643f6d3e9 --- /dev/null +++ b/lisp/international/uni-category.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-combining.el b/lisp/international/uni-combining.el new file mode 100644 index 00000000000..27063660f6d --- /dev/null +++ b/lisp/international/uni-combining.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-comment.el b/lisp/international/uni-comment.el new file mode 100644 index 00000000000..445be02d4fc --- /dev/null +++ b/lisp/international/uni-comment.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-decimal.el b/lisp/international/uni-decimal.el new file mode 100644 index 00000000000..7678df8c46a --- /dev/null +++ b/lisp/international/uni-decimal.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-decomposition.el b/lisp/international/uni-decomposition.el new file mode 100644 index 00000000000..a9f59a941ea --- /dev/null +++ b/lisp/international/uni-decomposition.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-digit.el b/lisp/international/uni-digit.el new file mode 100644 index 00000000000..ae760dd19fd --- /dev/null +++ b/lisp/international/uni-digit.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-lowercase.el b/lisp/international/uni-lowercase.el new file mode 100644 index 00000000000..0302204a97d --- /dev/null +++ b/lisp/international/uni-lowercase.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-mirrored.el b/lisp/international/uni-mirrored.el new file mode 100644 index 00000000000..ec7c01b8da6 --- /dev/null +++ b/lisp/international/uni-mirrored.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-name.el b/lisp/international/uni-name.el new file mode 100644 index 00000000000..c5954567eff --- /dev/null +++ b/lisp/international/uni-name.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-numeric.el b/lisp/international/uni-numeric.el new file mode 100644 index 00000000000..fe73d976489 --- /dev/null +++ b/lisp/international/uni-numeric.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-old-name.el b/lisp/international/uni-old-name.el new file mode 100644 index 00000000000..e6a4976e4d2 --- /dev/null +++ b/lisp/international/uni-old-name.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-titlecase.el b/lisp/international/uni-titlecase.el new file mode 100644 index 00000000000..072479708d2 --- /dev/null +++ b/lisp/international/uni-titlecase.el | |||
| Binary files differ | |||
diff --git a/lisp/international/uni-uppercase.el b/lisp/international/uni-uppercase.el new file mode 100644 index 00000000000..0bcdeba2449 --- /dev/null +++ b/lisp/international/uni-uppercase.el | |||
| Binary files differ | |||