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

Decode unicode escape sequences in strings #1

Open
jwoudenberg opened this issue Mar 19, 2024 · 0 comments
Open

Decode unicode escape sequences in strings #1

jwoudenberg opened this issue Mar 19, 2024 · 0 comments

Comments

@jwoudenberg
Copy link
Owner

jwoudenberg commented Mar 19, 2024

In Roc you can have unicode escape sequences in strings, like so: "caf\u(e9)"

Maybe not the most important feature for RVN, but it'd be nice to have it regardless, keep the differences with Roc small.

Roc builtins don't support working with codepoints, so we might want to pull in roc-lang/unicode for this.

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