bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#56513: 28.1; Vcard in a mime part with a utf-8 charset is displayed


From: Pascal Quesseveur
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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (windows-nt)

>"LI" == Lars Ingebrigtsen <larsi@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@gmail.com





reply via email to

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