-
-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(libxml): default Reader node encoding to UTF-8 (#3084)
**What problem is this PR intended to solve?** default Reader node encoding to UTF-8 when it's not specified either as a method param or in the document Fixes #2891 **Have you included adequate test coverage?** Yes, I've added coverage. **Does this change affect the behavior of either the C or the Java implementations?** Yes, this updates the C implementation but does not update the Java implementation because Reader encoding is already wonky there in a few edge cases.
- Loading branch information
Showing
3 changed files
with
140 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters