emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/language/hebrew.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/language/hebrew.el
Date: Sat, 15 Dec 2001 14:50:37 -0500

Index: emacs/lisp/language/hebrew.el
diff -c emacs/lisp/language/hebrew.el:1.24 emacs/lisp/language/hebrew.el:1.25
*** emacs/lisp/language/hebrew.el:1.24  Sat Dec 15 12:44:50 2001
--- emacs/lisp/language/hebrew.el       Sat Dec 15 14:50:36 2001
***************
*** 3,9 ****
  ;; 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.
--- 3,9 ----
  ;; 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.
***************
*** 28,33 ****
--- 28,34 ----
  ;; 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
***************
*** 55,70 ****
            (input-method . "hebrew")
            (unibyte-display . hebrew-iso-8bit)
            (sample-text . "Hebrew      ,Hylem(B")
!           (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)
  
--- 56,69 ----
            (input-method . "hebrew")
            (unibyte-display . hebrew-iso-8bit)
            (sample-text . "Hebrew      ,Hylem(B")
!           (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)
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]