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 tried to parse a YAML containing UTF8 chars and the validation step failed. I removed the following lines and it worked.
https://github.com/mikestead/hx-yaml/blob/master/src/yaml/Parser.hx#L167 https://github.com/mikestead/hx-yaml/blob/master/src/yaml/Parser.hx#L1313
Isn't there a double encoding going on?
The text was updated successfully, but these errors were encountered:
I had a std@utf8 crash on neko that happened when there were some formatting errors or a white space. I'm guessing it's a similar issue.
Sorry, something went wrong.
Wow this is old, apologies @fponticelli. As you guessed not much time to maintain this anymore and not writing Haxe these days.
That said if there's a bug then a PR with tests and a fix are more than welcome from anyone bumping into this
No branches or pull requests
I tried to parse a YAML containing UTF8 chars and the validation step failed. I removed the following lines and it worked.
https://github.com/mikestead/hx-yaml/blob/master/src/yaml/Parser.hx#L167
https://github.com/mikestead/hx-yaml/blob/master/src/yaml/Parser.hx#L1313
Isn't there a double encoding going on?
The text was updated successfully, but these errors were encountered: