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

[FIX] Use right encoding when generating XML File #36

Merged
merged 1 commit into from
Mar 1, 2016
Merged

[FIX] Use right encoding when generating XML File #36

merged 1 commit into from
Mar 1, 2016

Conversation

RoelAdriaans
Copy link

File should have UTF-8 as encoding, not utf8.

We had errors with reading the generated XAF file with the old encoding, solved it by changing the encoding to UTF-8. This is used in python too.

@StefanRijnhart
Copy link
Member

👍 apparently, the XML specs say any application should support a lower case encoding (not: must) so this seems appropriate

@hbrunn
Copy link
Member

hbrunn commented Mar 1, 2016

👍

@hbrunn
Copy link
Member

hbrunn commented Mar 1, 2016

@RoelAdriaans-B-informed could you rebase on 8.0? then travis should become green

@hbrunn hbrunn added this to the 8.0 milestone Mar 1, 2016
File should have UTF-8 as encoding, not utf8.
hbrunn added a commit that referenced this pull request Mar 1, 2016
…issue

[FIX] Use right encoding when generating XML File
@hbrunn hbrunn merged commit 9bca3df into OCA:8.0 Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants