diff options
author | Dave Love <fx@gnu.org> | 2001-12-15 17:48:26 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2001-12-15 17:48:26 +0000 |
commit | eccac83707ac631003d8bca633b8dc3cf80dbfa1 (patch) | |
tree | cdc9bbe2f3262a7ec1ae07e1dd619db2be56e305 /lisp/language | |
parent | 3286933f81fc8c5cd63f180b3c02819faade5c19 (diff) | |
download | emacs-eccac83707ac631003d8bca633b8dc3cf80dbfa1.tar.gz |
("Windows-1255"): New language.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/hebrew.el | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el index 3579d2c394a..64e7ce19809 100644 --- a/lisp/language/hebrew.el +++ b/lisp/language/hebrew.el @@ -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 |