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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode escaped characters are not properly handled #5

Closed
2 of 3 tasks
iansan5653 opened this issue Aug 1, 2019 · 1 comment
Closed
2 of 3 tasks

Unicode escaped characters are not properly handled #5

iansan5653 opened this issue Aug 1, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@iansan5653
Copy link
Owner

iansan5653 commented Aug 1, 2019

Expected behavior:

c`\uD83D\uDE00`
// => "馃榾"

Actual behavior:

c`\uD83D\uDE00`
// => "\uD83D\uDE00"

Steps to fix:

  • Release the unraw module
  • Integrate unraw to replace existing code
  • Merge branch fix/unicode-escape-characters
@iansan5653 iansan5653 added the bug Something isn't working label Aug 1, 2019
@iansan5653
Copy link
Owner Author

iansan5653 commented Aug 5, 2019

Once I release unraw I'll be able to fix this. That's waiting on me to finish writing unit tests for that first.

@iansan5653 iansan5653 self-assigned this Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant