/[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.24 by fx, Sat Dec 15 17:44:50 2001 UTC revision 1.25 by pj, Sat Dec 15 19:50:36 2001 UTC
# Line 3  Line 3 
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.  ;; 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 28  Line 28 
28  ;; For Hebrew, the character set 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.  ;; Windows-1255 is also supported.
31    
32  ;;; Code:  ;;; Code:
33    
34  (make-coding-system  (make-coding-system
# Line 55  Line 56 
56              (input-method . "hebrew")              (input-method . "hebrew")
57              (unibyte-display . hebrew-iso-8bit)              (unibyte-display . hebrew-iso-8bit)
58              (sample-text . "Hebrew      ,Hylem(B")              (sample-text . "Hebrew      ,Hylem(B")
59              (documentation . "Right-to-left writing is not yet supported.")              (documentation . "Right-to-left writing is not yet supported.")))
             ))  
60    
61  (set-language-info-alist  (set-language-info-alist
62   "Windows-1255" '((coding-priority windows-1255)   "Windows-1255" '((coding-priority windows-1255)
63                    (coding-system windows-1255)                    (coding-system windows-1255)
64                    (features code-pages)                    (features code-pages)
65                    (documentation . "Support for Windows-1255 encoding, e.g. for Yiddish.                    (documentation . "Support for Windows-1255 encoding, e.g. for Yiddish.
66  Right-to-left writing is not yet supported.")  Right-to-left writing is not yet supported.")))
                   ))  
67    
68  (provide 'hebrew)  (provide 'hebrew)
69    

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

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