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/mm-bodies.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mm-bodies.el [emacs-unicode-2]
Date: Wed, 29 Sep 2004 03:46:42 -0400

Index: emacs/lisp/gnus/mm-bodies.el
diff -c emacs/lisp/gnus/mm-bodies.el:1.7.6.3 
emacs/lisp/gnus/mm-bodies.el:1.7.6.4
*** emacs/lisp/gnus/mm-bodies.el:1.7.6.3        Mon Sep 27 11:02:42 2004
--- emacs/lisp/gnus/mm-bodies.el        Wed Sep 29 07:22:15 2004
***************
*** 38,46 ****
  (require 'rfc2047)
  (require 'mm-encode)
  
! ;; 8bit treatment gets any char except: 0x32 - 0x7f, CR, LF, TAB, BEL,
  ;; BS, vertical TAB, form feed, and ^_
! (defvar mm-7bit-chars "\x20-\x7f\r\n\t\x7\x8\xb\xc\x1f")
  
  (defcustom mm-body-charset-encoding-alist
    '((iso-2022-jp . 7bit)
--- 38,53 ----
  (require 'rfc2047)
  (require 'mm-encode)
  
! ;; 8bit treatment gets any char except: 0x32 - 0x7f, LF, TAB, BEL,
  ;; BS, vertical TAB, form feed, and ^_
! ;;
! ;; Note that CR is *not* included, as that would allow a non-paired CR
! ;; in the body contrary to RFC 2822:
! ;;
! ;;   - CR and LF MUST only occur together as CRLF; they MUST NOT
! ;;     appear independently in the body.
! 
! (defvar mm-7bit-chars "\x20-\x7f\n\t\x7\x8\xb\xc\x1f")
  
  (defcustom mm-body-charset-encoding-alist
    '((iso-2022-jp . 7bit)




reply via email to

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