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 logic for quoting special characters #276

Merged
merged 2 commits into from Mar 31, 2019
Merged

Commits on Mar 17, 2019

  1. Copy the full SHA
    17a7a3b View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Remove has_ucs4 from condition

    on systems with `sys.maxunicode <= 0xffff` the comparison
    (u'\U00010000' <= ch < u'\U0010ffff') can't be true anyway I think
    perlpunk committed Mar 21, 2019
    Copy the full SHA
    93a0ae1 View commit details
    Browse the repository at this point in the history