Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b81fa2f9
Commit
b81fa2f9
authored
May 24, 2000
by
Eli Zaretskii
Browse files
(iso-8859-8-e, iso-8859-8-i): For now, just
aliases for hebrew-iso-8bit.
parent
f947a7fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
lisp/language/hebrew.el
lisp/language/hebrew.el
+7
-0
No files found.
lisp/language/hebrew.el
View file @
b81fa2f9
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment