ranguard / text-vcard

Perl package to edit and create vCard(s) (RFC 2426)
22 stars 15 forks source link

Wrong quoted printable decode #34

Open alexspirt opened 9 years ago

alexspirt commented 9 years ago

I have vcard containing long quoted-printable string with soft line break:

begin:vcard fn;quoted-printable:=D0=98=D0=B3=D0=BE=D1=80=D1=8C =D0=A0=D1=83=D0=B4=D0=B5=D0=BD=D0=BA=D0=BE= =D0=B2 version:2.1 end:vcard

FN should be decoded as: "игорь руденков", but output of text-vcard module is "игорь руденко=в".