-
Notifications
You must be signed in to change notification settings - Fork 38
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
Properly Require / Convert UTF-8 #113
Comments
Okay this is seriously messed up.
|
@kevinushey said this in his pull request:
|
I think the utf8 branch has a working solution. It doesn't crash when encountering odd characters. It doesn't always convert them cleanly, but the results are more predictable. ec838db |
Need to do some performance evaluations and valgrind tests next. |
Passes val-grind tests. |
This passes the tests in data.table which tests yaml functionality as well.
|
Problem Statement
libyaml
requires only UTF-8 strings as input.as.yaml()
causing crash in some cases #21, crash when writing YAML with 'latin1'-encoded strings on Windows #90, error or crash when writing a string with escape sequence #105 and in pull request convert strings to UTF-8 before generating YAML #91, Encoding to UTF-8 #107.Ideas
The text was updated successfully, but these errors were encountered: