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

Reader flag to support unicode escapes in string literals #81

Closed
avodonosov opened this issue Apr 22, 2020 · 2 comments
Closed

Reader flag to support unicode escapes in string literals #81

avodonosov opened this issue Apr 22, 2020 · 2 comments

Comments

@avodonosov
Copy link

Despite the edn format doesn't specify unicode escapes in string literals (unlike for characters), in practice, it is very inconvenient sometimes. Optional support for unicode escapes in string literals, managed by reader config flag is very desirable.

See also: #65

@avodonosov
Copy link
Author

avodonosov commented Apr 22, 2020

Looking into the code I think unicode escapes are not even supported in characters. This is a bug - the EDN specification requires unicode escapes in characters: https://github.com/edn-format/edn#characters.

@avodonosov
Copy link
Author

Mistakenly submitted this issue to a wrong repository. It was intended for https://github.com/bpsm/edn-java/

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

No branches or pull requests

1 participant