Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quoted-printable encoded entities are not correctly converted #112

Closed
j-ed opened this issue Oct 21, 2020 · 1 comment
Closed

quoted-printable encoded entities are not correctly converted #112

j-ed opened this issue Oct 21, 2020 · 1 comment
Labels

Comments

@j-ed
Copy link

j-ed commented Oct 21, 2020

The vCard 2.1 format allows to use quoted-printable encoded entities, which aren't allowed to be used in vCard 3.0/4.0 anymore.

If the library is used to convert a contact record from the vCard2.1 to the vCard 3.0 format the quoted-printable entities are currently kept and not decoded/converted correctly. This causes problems when international characters are used in, e.g. names, and usually prevents an app from importing data correctly. CC: @AndyScherzinger @tobiasKaminsky

The problem has been reported and described here:

nextcloud/contacts#584 (comment)
nextcloud/server#10653

@mangstadt
Copy link
Owner

Thanks for the report. Fixed in fa82fc8.

Fix will be included in the next release.

See unit test: https://github.com/mangstadt/ez-vcard/blob/master/src/test/java/ezvcard/issue/Issue112.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants