[Vobject] problem with QUOTED-PRINTABLE

Jeffrey Harris jeffrey at osafoundation.org
Fri Jul 6 13:45:45 CDT 2007


Hello Francois,

You've surfaced a problem with vobject's quoted-printable parsing.
What's happening is that the parser is decoding the quoted-printable
character, but it isn't decoding it as iso-8859-1 into the unicode
version of é, it's just leaving it as a non-unicode byte.

Probably the parser should accept a quoted-printable encoding argument,
defaulting to iso-8859-1.

I filed https://bugzilla.osafoundation.org/show_bug.cgi?id=9814 for this.

Sincerely,
Jeffrey


More information about the VObject mailing list