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

Correctly serialize Unicode special characters #3744

Merged
merged 1 commit into from
May 10, 2019
Merged

Correctly serialize Unicode special characters #3744

merged 1 commit into from
May 10, 2019

Conversation

russcam
Copy link
Contributor

@russcam russcam commented May 10, 2019

This commit corrects serialization of Unicode special characters.
All characters before U+0020 (' ' space character) must be encoded
in bytes as Unicode escape sequences

Fixes #3743

This commit corrects serialization of Unicode special characters.
All characters before U+0020 (' ' space character) must be encoded
in bytes as Unicode escape sequences

Fixes #3743
public class GithubIssue3743
{
[U]
public void SerializesUnicodeEscapeSequences()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Copy link
Contributor

@codebrain codebrain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@russcam russcam merged commit bf55c3b into 7.x May 10, 2019
@russcam russcam deleted the fix/3743 branch May 10, 2019 03:26
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.

2 participants