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

feat(CRuby): XML::Reader#encoding returns detected enc when not set #2377

Merged
merged 1 commit into from Dec 10, 2021

Commits on Dec 10, 2021

  1. feat(CRuby): XML::Reader#encoding returns detected enc when not set

    Previously this always and only returned the encoding passed to the
    constructor. Now, if no encoding is passed to the constructor, then
    Reader#encoding will return the encoding detected by the parser.
    
    Note that this has not been implemented for JRuby.
    flavorjones committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    4590844 View commit details
    Browse the repository at this point in the history