-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When nil, the ReadSettings struct's CharsetReader field now causes the XML decoder to use a "pass-though" charset converter, passing the reader's data through without modification. This was already the default behavior when creating a new etree document with the NewDocument function, but now a default- constructed ReadSettings struct will result in the same default CharsetReader behavior.
- Loading branch information
Showing
2 changed files
with
31 additions
and
36 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