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/cyrillic.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/language/cyrillic.el
Date: Thu, 16 May 2002 15:11:09 -0400

Index: emacs/lisp/language/cyrillic.el
diff -c emacs/lisp/language/cyrillic.el:1.29 
emacs/lisp/language/cyrillic.el:1.30
*** emacs/lisp/language/cyrillic.el:1.29        Sun Jul 15 15:53:53 2001
--- emacs/lisp/language/cyrillic.el     Tue Dec 18 12:50:12 2001
***************
*** 36,42 ****
  
  (make-coding-system
   'cyrillic-iso-8bit 2 ?5
!  "ISO 2022 based 8-bit encoding for Cyrillic script (MIME:ISO-8859-5)"
   '(ascii cyrillic-iso8859-5  nil nil
     nil nil nil nil nil nil nil)
   '((safe-charsets ascii cyrillic-iso8859-5)
--- 36,42 ----
  
  (make-coding-system
   'cyrillic-iso-8bit 2 ?5
!  "ISO 2022 based 8-bit encoding for Cyrillic script (MIME:ISO-8859-5)."
   '(ascii cyrillic-iso8859-5  nil nil
     nil nil nil nil nil nil nil)
   '((safe-charsets ascii cyrillic-iso8859-5)
***************
*** 111,117 ****
   ;; but it is also used for Korean.
   ;; So people who use koi8 for languages other than Russian
   ;; will have to forgive us.
!  ?R "KOI8 8-bit encoding for Cyrillic (MIME: KOI8-R)"
   '(ccl-decode-koi8 . ccl-encode-koi8)
   `((safe-chars . ,(let ((table (make-char-table 'safe-chars))
                        (i 0))
--- 111,118 ----
   ;; but it is also used for Korean.
   ;; So people who use koi8 for languages other than Russian
   ;; will have to forgive us.
!  ?R
!  "KOI8 8-bit encoding for Cyrillic (MIME: KOI8-R)."
   '(ccl-decode-koi8 . ccl-encode-koi8)
   `((safe-chars . ,(let ((table (make-char-table 'safe-chars))
                        (i 0))
***************
*** 202,208 ****
             
  (make-coding-system
   'cyrillic-alternativnyj 4 ?A
!  "ALTERNATIVNYJ 8-bit encoding for Cyrillic"
   '(ccl-decode-alternativnyj . ccl-encode-alternativnyj)
   `((safe-chars . ,(let ((table (make-char-table 'safe-chars))
                        (i 0))
--- 203,209 ----
             
  (make-coding-system
   'cyrillic-alternativnyj 4 ?A
!  "ALTERNATIVNYJ 8-bit encoding for Cyrillic."
   '(ccl-decode-alternativnyj . ccl-encode-alternativnyj)
   `((safe-chars . ,(let ((table (make-char-table 'safe-chars))
                        (i 0))



reply via email to

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