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

Set explicit utf-8 encoding #88

Merged
merged 1 commit into from
Apr 16, 2019
Merged

Conversation

averell23
Copy link
Contributor

Set the encoding on the XML builder explictly to utf-8.

While it may be useful to be able to pass an encoding for the XML,
UTF-8 will be correct in most cases, and a fixed utf-8 encoding
is preferable to setting no encoding at all.

This should fix #85 and #87

Set the encoding on the XML builder explictly to utf-8.

While it may be useful to be able to pass an encoding for the XML,
UTF-8 will be correct in most cases, and a fixed utf-8 encoding
is preferable to setting no encoding at all.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 72dfe8c on betterplace:master into 28aafdb on salesking:master.

@ledermann ledermann merged commit bfe6a63 into salesking:master Apr 16, 2019
@ledermann
Copy link
Member

Great, thank you!

@corny corny mentioned this pull request Jul 20, 2021
rogercampos pushed a commit to factorialco/sepa_king that referenced this pull request Feb 16, 2023
Set the encoding on the XML builder explictly to utf-8.

While it may be useful to be able to pass an encoding for the XML,
UTF-8 will be correct in most cases, and a fixed utf-8 encoding
is preferable to setting no encoding at all.
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.

Implicit encondig
3 participants