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

Remove Verification of UTF32 XML on Windows #2503

Merged
merged 1 commit into from
Sep 9, 2019

Conversation

gmittert
Copy link
Contributor

@gmittert gmittert commented Sep 9, 2019

Unless compiled with iconv support, libxml2 only supports

  • UTF-8
  • UTF-16, both little and big endian
  • ISO-Latin-1 (ISO-8859-1)
  • ASCII

See http://www.xmlsoft.org/encoding.html#Default for details

Unless compiled with iconv support, libxml2 only supports
- UTF-8
- UTF-16, both little and big endian
- ISO-Latin-1 (ISO-8859-1)
- ASCII
@gmittert
Copy link
Contributor Author

gmittert commented Sep 9, 2019

@swift-ci please test linux platform

@gmittert
Copy link
Contributor Author

gmittert commented Sep 9, 2019

cc @millenomi

@gmittert
Copy link
Contributor Author

gmittert commented Sep 9, 2019

@swift-ci please test linux

@gmittert gmittert merged commit c1aaef5 into swiftlang:master Sep 9, 2019
@gmittert gmittert deleted the WindowsIsntIconic branch September 9, 2019 23:28
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.

1 participant