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

utf8 issues in Neko #11

Open
fponticelli opened this issue Oct 9, 2015 · 2 comments
Open

utf8 issues in Neko #11

fponticelli opened this issue Oct 9, 2015 · 2 comments

Comments

@fponticelli
Copy link
Contributor

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?

@olichose123
Copy link

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.

@mikestead
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants