changeset 42052:95bb550ed1ff

("Windows-1255"): New language.
author Dave Love <fx@gnu.org>
date Sat, 15 Dec 2001 17:44:50 +0000
parents 7b6dcc19e895
children b88662003c01
files lisp/language/hebrew.el
diffstat 1 files changed, 12 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/hebrew.el	Sat Dec 15 17:43:05 2001 +0000
+++ b/lisp/language/hebrew.el	Sat Dec 15 17:44:50 2001 +0000
@@ -2,7 +2,8 @@
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
-
+;; Copyright (C) 2001 Free Software Foundation, Inc.
+)
 ;; Keywords: multilingual, Hebrew
 
 ;; This file is part of GNU Emacs.
@@ -24,9 +25,9 @@
 
 ;;; Commentary:
 
-;; For Hebrew, the character sets ISO8859-8 is supported.
+;; For Hebrew, the character set ISO8859-8 is supported.
 ;; See http://www.ecma.ch/ecma1/STAND/ECMA-121.HTM.
-
+;; Windows-1255 is also supported.
 ;;; Code:
 
 (make-coding-system
@@ -57,6 +58,14 @@
 	    (documentation . "Right-to-left writing is not yet supported.")
 	    ))
 
+(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.")
+		  ))
+
 (provide 'hebrew)
 
 ;;; hebrew.el ends here