/[emacs]/emacs/lisp/language/hebrew.el
ViewVC logotype

Diff of /emacs/lisp/language/hebrew.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by pj, Sun Jul 15 19:53:53 2001 UTC revision 1.24 by fx, Sat Dec 15 17:44:50 2001 UTC
# Line 2  Line 2 
2    
3  ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.  ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
4  ;; Licensed to the Free Software Foundation.  ;; Licensed to the Free Software Foundation.
5    ;; Copyright (C) 2001 Free Software Foundation, Inc.
6    )
7  ;; Keywords: multilingual, Hebrew  ;; Keywords: multilingual, Hebrew
8    
9  ;; This file is part of GNU Emacs.  ;; This file is part of GNU Emacs.
# Line 24  Line 25 
25    
26  ;;; Commentary:  ;;; Commentary:
27    
28  ;; For Hebrew, the character sets ISO8859-8 is supported.  ;; For Hebrew, the character set ISO8859-8 is supported.
29  ;; See http://www.ecma.ch/ecma1/STAND/ECMA-121.HTM.  ;; See http://www.ecma.ch/ecma1/STAND/ECMA-121.HTM.
30    ;; Windows-1255 is also supported.
31  ;;; Code:  ;;; Code:
32    
33  (make-coding-system  (make-coding-system
# Line 57  Line 58 
58              (documentation . "Right-to-left writing is not yet supported.")              (documentation . "Right-to-left writing is not yet supported.")
59              ))              ))
60    
61    (set-language-info-alist
62     "Windows-1255" '((coding-priority windows-1255)
63                      (coding-system windows-1255)
64                      (features code-pages)
65                      (documentation . "Support for Windows-1255 encoding, e.g. for Yiddish.
66    Right-to-left writing is not yet supported.")
67                      ))
68    
69  (provide 'hebrew)  (provide 'hebrew)
70    
71  ;;; hebrew.el ends here  ;;; hebrew.el ends here

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26