]> git.eshelyaron.com Git - emacs.git/commitdiff
(windows-1255, cp1255): New coding systems.
authorDave Love <fx@gnu.org>
Fri, 17 May 2002 20:14:02 +0000 (20:14 +0000)
committerDave Love <fx@gnu.org>
Fri, 17 May 2002 20:14:02 +0000 (20:14 +0000)
lisp/language/hebrew.el

index 1642ac259dbd896975e80cc6aafcf4a36d285c75..5978f1f24b98558c15a7008a58d9b70012a5cd66 100644 (file)
@@ -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
 
 (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