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(libxml): default Reader node encoding to UTF-8 #3084

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

flavorjones
Copy link
Member

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.

when it's not specified either as a method param or in the document

Fixes #2891
@flavorjones flavorjones force-pushed the 2891-reader-output-encoding branch from 35c8308 to 26fcb96 Compare December 28, 2023 21:28
@flavorjones flavorjones added this to the v1.16.x patch releases milestone Dec 28, 2023
@flavorjones flavorjones merged commit bb114cf into main Dec 29, 2023
130 checks passed
@flavorjones flavorjones deleted the 2891-reader-output-encoding branch December 29, 2023 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant