Gnus development mailing list
 help / color / mirror / Atom feed
* Re: bug#464: 23.0.60; [Regression] Implicit utf-8 no longer correctly decoded in gnus
@ 2008-07-03 21:08 James Cloos
  0 siblings, 0 replies; 3+ messages in thread
From: James Cloos @ 2008-07-03 21:08 UTC (permalink / raw)
  To: 464; +Cc: Stefan Monnier, ding

I figured out the difference.

If the mail has a transfer encoding of base64 it works correctly.  If it
is 8bit the decoding fails.  I haven't hit on a utf-8 quoted-printable
so am not yet sure whether those work, but I suspect they would.

This suggests the unibyte vs multibyte change that occurred a few weeks
back is the culprit.

The raw message probably needs to be multibyte iff the encoding is 8bit
and the charset is anything which might use more than 8 bits per
character, including at least the utf encodings of the UCS and the
various CJK character sets.

I'll try out (imap-disable-multibyte)¹ and (set-buffer-multibyte) to see
whether those make any difference on such emails.

-JimC

1] Incidently, it seems odd that (imap-disable-multibyte)'s help text
   says that it will:  "Enable multibyte in the current buffer."

-- 
James Cloos <cloos@jhcloos.com>         OpenPGP: 1024D/ED7DAEA6



^ permalink raw reply	[flat|nested] 3+ messages in thread
* Re: bug#464: 23.0.60; [Regression] Implicit utf-8 no longer correctly decoded in gnus
@ 2008-07-03 21:29 James Cloos
  2010-09-30 17:36 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: James Cloos @ 2008-07-03 21:29 UTC (permalink / raw)
  To: 464; +Cc: Stefan Monnier, ding

|> I haven't hit on a utf-8 quoted-printable so am not yet sure whether
|> those work, but I suspect they would.

Just hit a qp and, indeed, they do work.

So it is in fact only mail with Content-Transfer-Encoding: 8bit which
now fail, but which used to work as of four to eight weeks ago, or so.

-JimC
-- 
James Cloos <cloos@jhcloos.com>         OpenPGP: 1024D/ED7DAEA6



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-30 17:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-03 21:08 bug#464: 23.0.60; [Regression] Implicit utf-8 no longer correctly decoded in gnus James Cloos
2008-07-03 21:29 James Cloos
2010-09-30 17:36 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).