Open fponticelli opened 9 years ago
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.
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
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?