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

Improve character encoding. #35

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tmccombs
Copy link

This includes two fixes:

  1. Correctly encode control characters using \u notation, as described
    by the JSON specification.
  2. Encode characters using UTF-8 when :octets is true. Previously
    non-ASCII characters either caused invalid JSON or threw an error.

This includes two fixes:
1. Correctly encode control characters using \u notation, as described
by the JSON specification.
2. Encode characters using UTF-8 when :octets is true. Previously
non-ASCII characters either caused invalid JSON or threw an error.
Because ABCL (and Java) uses utf-16 internally, so non-BMP character are
represented with surrogate pairs.
@tmccombs
Copy link
Author

it seems like cl-coveralls (or really sb-cover) has trouble identifying coverage of inlined functions, or something.

@rudolph-miller
Copy link
Owner

I know this problem.
Don't care of the result of coveralls.

@charJe
Copy link

charJe commented Oct 1, 2020

What needs to happen to get this merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants