From: Eli Zaretskii Date: Wed, 24 May 2000 16:03:39 +0000 (+0000) Subject: (iso-8859-8-e, iso-8859-8-i): For now, just X-Git-Tag: emacs-pretest-21.0.90~3745 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b81fa2f9452b7ad2efa2d13dbe7127d32fa75dc6;p=emacs.git (iso-8859-8-e, iso-8859-8-i): For now, just aliases for hebrew-iso-8bit. --- 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 @@ (define-coding-system-alias 'iso-8859-8 'hebrew-iso-8bit) +;; These are for Explicit and Implicit directionality information, as +;; defined in RFC 1556. We don't yet support directional information +;; in bidi languages, so these aliases are a lie, especially as far as +;; iso-8859-8-e is concerned. FIXME. +(define-coding-system-alias 'iso-8859-8-e 'hebrew-iso-8bit) +(define-coding-system-alias 'iso-8859-8-i 'hebrew-iso-8bit) + (set-language-info-alist "Hebrew" '((charset . (hebrew-iso8859-8)) (coding-priority hebrew-iso-8bit)