We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a file with a string with a following symbol
utf8.jsonnet:
""
it's an icon from nerd fonts, not sure how much valid it is but jsonnet is the only thing that has problems with it.
when i do hexdumps i have the following results
xxd utf8.jsonnet 00000000: 22f3 b095 be22 0a
jsonnet utf8.jsonnet | xxd 00000000: 22ef bfbd 220a
and the character in a string becomes something invalid
i've tried the v0.20.0 release as well as 913281d commit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a file with a string with a following symbol
utf8.jsonnet:
it's an icon from nerd fonts, not sure how much valid it is but jsonnet is the only thing that has problems with it.
when i do hexdumps i have the following results
jsonnet utf8.jsonnet | xxd 00000000: 22ef bfbd 220a
and the character in a string becomes something invalid
i've tried the v0.20.0 release as well as 913281d commit
The text was updated successfully, but these errors were encountered: