/[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.26.2.2 by fx, Tue May 14 15:37:13 2002 UTC revision 1.26.2.3 by fx, Fri May 17 20:14:02 2002 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.  ;; Copyright (C) 2001, 2002 Free Software Foundation, Inc.
6    
7  ;; Keywords: multilingual, Hebrew  ;; Keywords: multilingual, Hebrew
8    
# Line 60  Line 60 
60  (set-language-info-alist  (set-language-info-alist
61   "Windows-1255" '((coding-priority windows-1255)   "Windows-1255" '((coding-priority windows-1255)
62                    (coding-system windows-1255)                    (coding-system windows-1255)
                   (features code-pages)  
63                    (documentation . "\                    (documentation . "\
64  Support for Windows-1255 encoding, e.g. for Yiddish.  Support for Windows-1255 encoding, e.g. for Yiddish.
65  Right-to-left writing is not yet supported.")))  Right-to-left writing is not yet supported.")))
66    
67    (define-coding-system 'windows-1255
68      "windows-1255 (Hebrew) encoding (MIME: WINDOWS-1255)"
69      :coding-type 'charset
70      :mnemonic ?h
71      :charset-list '(windows-1255)
72      :mime-charset 'windows-1255)
73    (define-coding-system-alias 'cp1255 'windows-1255)
74    
75  (provide 'hebrew)  (provide 'hebrew)
76    
77  ;;; hebrew.el ends here  ;;; hebrew.el ends here

Legend:
Removed from v.1.26.2.2  
changed lines
  Added in v.1.26.2.3

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