summaryrefslogtreecommitdiff
path: root/lisp/language/hebrew.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-05-17 20:14:02 +0000
committerDave Love <fx@gnu.org>2002-05-17 20:14:02 +0000
commit5a41bd8b1a5480831f4d7d090998b38c3bc38d79 (patch)
tree45f520706c6f5e9682b86afed3519e9d2e1a9f31 /lisp/language/hebrew.el
parent62f5fe72d66c78128c2925b44d361309be7e592c (diff)
downloademacs-5a41bd8b1a5480831f4d7d090998b38c3bc38d79.tar.gz
(windows-1255, cp1255): New coding systems.
Diffstat (limited to 'lisp/language/hebrew.el')
-rw-r--r--lisp/language/hebrew.el11
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el
index 1642ac259db..5978f1f24b9 100644
--- a/lisp/language/hebrew.el
+++ b/lisp/language/hebrew.el
@@ -2,7 +2,7 @@
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
-;; Copyright (C) 2001 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2002 Free Software Foundation, Inc.
;; Keywords: multilingual, Hebrew
@@ -60,11 +60,18 @@
(set-language-info-alist
"Windows-1255" '((coding-priority windows-1255)
(coding-system windows-1255)
- (features code-pages)
(documentation . "\
Support for Windows-1255 encoding, e.g. for Yiddish.
Right-to-left writing is not yet supported.")))
+(define-coding-system 'windows-1255
+ "windows-1255 (Hebrew) encoding (MIME: WINDOWS-1255)"
+ :coding-type 'charset
+ :mnemonic ?h
+ :charset-list '(windows-1255)
+ :mime-charset 'windows-1255)
+(define-coding-system-alias 'cp1255 'windows-1255)
+
(provide 'hebrew)
;;; hebrew.el ends here