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

UTF-16 surrogate pairs #8

Merged
merged 3 commits into from
Oct 12, 2018
Merged

UTF-16 surrogate pairs #8

merged 3 commits into from
Oct 12, 2018

Commits on Oct 8, 2018

  1. Added support for reading UTF-16 surrogate pairs.

    Characters outside the Basic Multilingual Plane have until now
    been (mistakenly) parsed into characters with invalid code points.
    patchyderm authored and patchyderm committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    a28304a View commit details
    Browse the repository at this point in the history
  2. Fixed and activated support for *script-tag-hack*.

    Not sure why this hasn't been discovered before, it wouldn't have
    worked before. Also refactored the code slightly given large chunks of
    repeated code.
    patchyderm authored and patchyderm committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    a223645 View commit details
    Browse the repository at this point in the history
  3. Added support for UTF-16 surrogate pair outputs.

    Also added an option to turn that off if in cases where it'll be
    simpler.
    patchyderm authored and patchyderm committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    a756e17 View commit details
    Browse the repository at this point in the history