Mercurial > emacs
changeset 29157:f0754aea38e3
(iso-8859-8-e, iso-8859-8-i): For now, just
aliases for hebrew-iso-8bit.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 24 May 2000 16:03:39 +0000 |
parents | af5c31a82586 |
children | 76184e58accb |
files | lisp/language/hebrew.el |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)