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

#57 Uncaught IllegalArgumentException due to malformed unicode entity ref #58

Closed
wants to merge 2 commits into from

Commits on Jan 25, 2019

  1. #57 Uncaught IllegalArgumentException due to malformed unicode entity

    ref
    
    - Added a more readable error message by means of a
    XmlPullParserException.
    - Improved validation of the numeric character reference, according to
    XML 1.0 spec. (https://www.w3.org/TR/REC-xml/#NT-Char)
    belingueres committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    7565c56 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. Added changes suggested by hboutemy.

    - Replaced two StringBuiders by one, added isHex boolean.
    - Added tests for valid char references.
    - Catched and fixed wrong parsing bug for decimal >= &#10000
    (supplemental) char refs.
    belingueres committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    e66c906 View commit details
    Browse the repository at this point in the history