emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/utf7.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/utf7.el
Date: Wed, 09 Feb 2005 10:52:03 -0500

Index: emacs/lisp/gnus/utf7.el
diff -c emacs/lisp/gnus/utf7.el:1.4 emacs/lisp/gnus/utf7.el:1.5
*** emacs/lisp/gnus/utf7.el:1.4 Sat Sep  4 13:13:44 2004
--- emacs/lisp/gnus/utf7.el     Wed Feb  9 15:50:37 2005
***************
*** 59,65 ****
  ;; $ echo "a+£"|iconv -f iso-8859-1 -t utf-7
  ;; a+-+AKM
  ;;
! ;;  -- fx 
  
  
  ;;; Code:
--- 59,65 ----
  ;; $ echo "a+£"|iconv -f iso-8859-1 -t utf-7
  ;; a+-+AKM
  ;;
! ;;  -- fx
  
  
  ;;; Code:
***************
*** 78,84 ****
  (defconst utf7-utf-16-coding-system
    (cond ((mm-coding-system-p 'utf-16-be-no-signature) ; Mule-UCS
         'utf-16-be-no-signature)
!       ((and (mm-coding-system-p 'utf-16-be) ; Emacs 21.4 (?), Emacs 22
              ;; Avoid versions with BOM.
              (= 2 (length (encode-coding-string "a" 'utf-16-be))))
         'utf-16-be)
--- 78,84 ----
  (defconst utf7-utf-16-coding-system
    (cond ((mm-coding-system-p 'utf-16-be-no-signature) ; Mule-UCS
         'utf-16-be-no-signature)
!       ((and (mm-coding-system-p 'utf-16-be) ; Emacs 22.1
              ;; Avoid versions with BOM.
              (= 2 (length (encode-coding-string "a" 'utf-16-be))))
         'utf-16-be)




reply via email to

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