summaryrefslogtreecommitdiff
path: root/lisp/language/hebrew.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-06-02 20:25:16 +0000
committerDave Love <fx@gnu.org>2002-06-02 20:25:16 +0000
commitb523ee67b8eed60e7fb9273158c63804e4f4f417 (patch)
tree47ffa84125bbcad89a305a0b9fcbab7a25e1378e /lisp/language/hebrew.el
parentf4fe7843d23fd53b5ed1b62e4a100d020d56916b (diff)
downloademacs-b523ee67b8eed60e7fb9273158c63804e4f4f417.tar.gz
("Hebrew"): Add windows-1255, cp862 coding
systems.
Diffstat (limited to 'lisp/language/hebrew.el')
-rw-r--r--lisp/language/hebrew.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el
index dbb0fe42b04..585d2f4196b 100644
--- a/lisp/language/hebrew.el
+++ b/lisp/language/hebrew.el
@@ -50,7 +50,7 @@
(set-language-info-alist
"Hebrew" '((charset . iso-8859-8)
(coding-priority hebrew-iso-8bit)
- (coding-system hebrew-iso-8bit)
+ (coding-system hebrew-iso-8bit windows-1255 cp862)
(nonascii-translation . iso-8859-8)
(input-method . "hebrew")
(unibyte-display . hebrew-iso-8bit)
@@ -73,7 +73,7 @@ Right-to-left writing is not yet supported.")))
(define-coding-system-alias 'cp1255 'windows-1255)
(define-coding-system 'cp862
- "DOS codepage 862 (Portuguese)"
+ "DOS codepage 862 (Hebrew)"
:coding-type 'charset
:mnemonic ?D
:charset-list '(cp862)