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

Parser does not play well with Umlaut characters. #95

Open
josephbirkner opened this issue Sep 19, 2024 · 2 comments
Open

Parser does not play well with Umlaut characters. #95

josephbirkner opened this issue Sep 19, 2024 · 2 comments
Labels
bug 🐛 Something isn't working

Comments

@josephbirkner
Copy link
Member

Currently, Umlaut characters seem to throw off the parser. E.g.:
image

Or:
image

@josephbirkner josephbirkner added the bug 🐛 Something isn't working label Sep 19, 2024
@johannes-wolf
Copy link
Collaborator

Maybe we can use https://github.com/uni-algo/uni-algo for codepoint properties & normalization.

@johannes-wolf
Copy link
Collaborator

Clarification: The parser has no problem handling umlaut characters, but does not allow any [^_a-zA-Z0-9] characters in identifiers.

Improving the error message or allowing Unicode identifiers would fix this minor issue.

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

2 participants