emacs-devel
[Top][All Lists]
Advanced

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

Non-encoded character in the subject (was: Emacs 21/22: french ç and œ)


From: Reiner Steib
Subject: Non-encoded character in the subject (was: Emacs 21/22: french ç and œ)
Date: Mon, 27 Oct 2008 22:44:14 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux)

On Mon, Oct 27 2008, Uwe Brauer wrote:

>>>>>> "Miles" == Miles Bader <address@hidden> writes:
>
>    > Hmm, why did gnus (message-mode) only encode the first non-ascii
>    > character in the Subject: header?  Odd...  Lemme try again...

The `œ' isn't encode, but sent as a raw iso-2022-7bit character
(character U+001B replaced with <ESC>):

| Subject: Re: Emacs 21/22:  french =?iso-8859-1?q?=E7?= and <ESC>$(D)M<ESC>(B

I cannot reproduce this, neither with Emacs 22.1 nor with current
Emacs trunk (2008-10-25):

ELISP> (let ((mm-coding-system-priorities '(iso-8859-1 iso-2022-jp-2 utf-8)))
         (rfc2047-encode-string "french ç and œ oe"))
"french =?iso-8859-1?Q?=E7?= and =?iso-2022-jp-2?B?GyQoRClNGyhC?= oe"

ELISP> (let ((mm-coding-system-priorities '(iso-2022-jp-2 utf-8)))
         (rfc2047-encode-string "french ç and œ oe"))
"french =?iso-2022-jp-2?B?GyQoRCsuGyhC?= and =?iso-2022-jp-2?B?GyQoRClNGyhC?=\n 
oe"
ELISP> (let ((mm-coding-system-priorities nil))
         (rfc2047-encode-string "french ç and œ oe"))
"french =?utf-8?Q?=C3=A7?= and =?utf-8?Q?=C5=93?= oe"

> My mistake, I presume, 

No, your message was encoded correctly, AFAICS:

| Subject: Emacs 21/22:  french =?iso-8859-1?q?=E7?= and =?iso-8859-15?q?=BD?=

> but I will ask in the gnus list, I send this mail using xemacs 21.4
> and maybe the Mule support is flawed in gnus. (Or better said in
> xemacs 21.4)
>
> I should have used GNU 21/22 or Xemacs 21.5.
>
> Alas so many emacs(en) around.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

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