-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
What steps will reproduce the problem?
1. Set a Note-value to something with newlines and special chars
2. Write vCard with VCardVersion.V2_1
What is the expected output?
The complete result is in ISO 8859-1 including the quoted-printable parts after
they are decoded
What is the actual output?
The result is in ISO 8859-1 except for the quoted-printable parts which after
decoding turn out to be in UTF-8
What version of ez-vcard are you using?
0.9.0
What version of Java are you using?
1.6
Please provide any additional information below.
This also happens if I explicitly set the charset of the properties to ISO
8859-1
Original issue reported on code.google.com by tom_vo...@gmx.de
on 27 Nov 2013 at 3:03