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

Encode::utf8: Fix processing invalid UTF-8 subsequences #63

Merged
merged 3 commits into from
Aug 19, 2016

Commits on Aug 16, 2016

  1. Encode::utf8: Add tests for Malformed and Overlong UTF-8 sequences

    EBCDIC tests are not included yet.
    pali committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    2aac84f View commit details
    Browse the repository at this point in the history
  2. Encode::utf8: Fix processing invalid UTF-8 subsequences

    Skip number characters which was really processed by convert_utf8_multi_seq
    and not just expected number of characters. Also simplify check for strict
    UTF-8 mode.
    pali committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    cbdb757 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7fc820 View commit details
    Browse the repository at this point in the history