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

Encode params if necessary in serialization #109

Merged
merged 1 commit into from
Jul 8, 2018

Conversation

matthias-k
Copy link
Contributor

I am using vobject in calypso for managing my calendars. While importing my old ics files, I came across encoding errors in the serialize function. It turned out that while object values are encoded as utf8 if necessary, this was not done for parameters values.

I fixed this and extended the tests to capture this problem. It would be great if you would consider merging this PR (I'll be happy to change things if necessary). Then I wouldn't need to patch vobject in my installation.

Thanks!
Matthias

While values are correctly encoded as utf8 if
necessary, this conversion was missing for
attributes.
@wpercy wpercy merged commit f03a631 into skarim:master Jul 8, 2018
@wpercy wpercy added this to the 0.9.6 milestone Jul 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants