GNU bug report logs - #56513
28.1; Vcard in a mime part with a utf-8 charset is displayed incorrectly

Previous Next

Package: emacs;

Reported by: Pascal Quesseveur <quesseveur <at> abaksystemes.fr>

Date: Tue, 12 Jul 2022 06:35:02 UTC

Severity: normal

Found in version 28.1

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Pascal Quesseveur <pquessev <at> gmail.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 56513 <at> debbugs.gnu.org
Subject: bug#56513: 28.1; Vcard in a mime part with a utf-8 charset is displayed incorrectly
Date: Tue, 12 Jul 2022 18:17:10 +0200
>"LI" == Lars Ingebrigtsen <larsi <at> gnus.org> writes:

  LI> (Please keep the debbugs address in the CCs -- otherwise it won't reach
  LI> the bug tracker.)

Sorry, I missed it.

  LI> That's odd -- is vcard-pretty-print doing charset encoding?  What we're
  LI> passing in should already be decoded (with that patch):

The problem comes from quoted-printable fields in vcard. It works if
you decode QP before:


   (data (mm-decode-string (quoted-printable-decode-string
       (mm-get-part handle)) charset))

But in that case vcard-pretty-print receives a vcard containing fields
marked as quoted-printable, but they never are anymore.


-- 
Pascal Quesseveur
pquessev <at> gmail.com




This bug report was last modified 3 years and 8 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.