changeset 88558:cb333bb24363

(windows-1255, cp1255): New coding systems.
author Dave Love <fx@gnu.org>
date Fri, 17 May 2002 20:14:02 +0000
parents 601020f7bce8
children 2508448a287e
files lisp/language/hebrew.el
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/hebrew.el	Fri May 17 20:13:50 2002 +0000
+++ b/lisp/language/hebrew.el	Fri May 17 20:14:02 2002 +0000
@@ -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