mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(iso-8859-8-e, iso-8859-8-i): For now, just
aliases for hebrew-iso-8bit.
This commit is contained in:
parent
f947a7faf0
commit
b81fa2f945
1 changed files with 7 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue