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

Add UTF-8 support and option to use case-insensitive attributes #24

Open
solenya opened this issue Apr 24, 2019 · 1 comment
Open

Add UTF-8 support and option to use case-insensitive attributes #24

solenya opened this issue Apr 24, 2019 · 1 comment

Comments

@solenya
Copy link

solenya commented Apr 24, 2019

Hello,
it would be great if UTF-8 support and option to use case-insensitive attributes were added.

Test case (UTF-8):
Group editor:
student = {
studentid:number, firstname:string, lastname:string, fieldofstudy:string
6, Lukas, Novotný, N-AplInf
}

Error: Expected "\n", "\r\n", "}", [-_a-z0-9.]i or delimiter but "ý" found.

@michaelrampl
Copy link
Collaborator

This is not due to missing UTF8 support but rather the parser only supports a custom set of characters supported. This change will require quite some effort as almost everything needs to be retested afterwards.

rlaiola referenced this issue in rlaiola/relax Sep 28, 2023
…/checkout-3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants