diff lisp/language/hebrew.el @ 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 60eb71a9f901
children 6d966e8b4bbe
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)