diff options
| author | Eli Zaretskii | 2000-05-24 16:03:39 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-05-24 16:03:39 +0000 |
| commit | b81fa2f9452b7ad2efa2d13dbe7127d32fa75dc6 (patch) | |
| tree | 592f6c697522f469b4e8956673b03072f91f0d1c | |
| parent | f947a7faf04c8c2f9f10d1781648f2f8514f52a1 (diff) | |
| download | emacs-b81fa2f9452b7ad2efa2d13dbe7127d32fa75dc6.tar.gz emacs-b81fa2f9452b7ad2efa2d13dbe7127d32fa75dc6.zip | |
(iso-8859-8-e, iso-8859-8-i): For now, just
aliases for hebrew-iso-8bit.
| -rw-r--r-- | lisp/language/hebrew.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el index 3e8ad4d8389..bd32ba59b05 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el | |||
| @@ -38,6 +38,13 @@ | |||
| 38 | 38 | ||
| 39 | (define-coding-system-alias 'iso-8859-8 'hebrew-iso-8bit) | 39 | (define-coding-system-alias 'iso-8859-8 'hebrew-iso-8bit) |
| 40 | 40 | ||
| 41 | ;; These are for Explicit and Implicit directionality information, as | ||
| 42 | ;; defined in RFC 1556. We don't yet support directional information | ||
| 43 | ;; in bidi languages, so these aliases are a lie, especially as far as | ||
| 44 | ;; iso-8859-8-e is concerned. FIXME. | ||
| 45 | (define-coding-system-alias 'iso-8859-8-e 'hebrew-iso-8bit) | ||
| 46 | (define-coding-system-alias 'iso-8859-8-i 'hebrew-iso-8bit) | ||
| 47 | |||
| 41 | (set-language-info-alist | 48 | (set-language-info-alist |
| 42 | "Hebrew" '((charset . (hebrew-iso8859-8)) | 49 | "Hebrew" '((charset . (hebrew-iso8859-8)) |
| 43 | (coding-priority hebrew-iso-8bit) | 50 | (coding-priority hebrew-iso-8bit) |