# HG changeset patch # User Eli Zaretskii # Date 959184219 0 # Node ID f0754aea38e37307003b903474e6ae35c872fae5 # Parent af5c31a825865cd1ed414f521fd0c7571e1c54fa (iso-8859-8-e, iso-8859-8-i): For now, just aliases for hebrew-iso-8bit. diff -r af5c31a82586 -r f0754aea38e3 lisp/language/hebrew.el --- a/lisp/language/hebrew.el Wed May 24 15:24:37 2000 +0000 +++ b/lisp/language/hebrew.el Wed May 24 16:03:39 2000 +0000 @@ -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)