-
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
Character encoding #4
Comments
Thanks for your report. I've added a new option to the as.yaml function to escape unicode or not (default is don't escape). |
Awesome, thanks a lot for that new feature! |
Thanks for the fix! =) |
I've submitted the new version to CRAN. Hopefully it'll be accepted soon. |
The new version is up on CRAN. Thanks again for your bug reports. :) |
Wow, CRAN maintainers are just as quick as you :) |
@viking Thank you for an excellent package, it is really useful. However, running
|
OK, I'll check it out. |
Thanks! |
This does not seem to have been fully resolved. I experience the issue that @reinholdsson reports with version 2.1.13, running on Windows 7, R version 3.0.2.
|
As a follow up I would like to add that if an associative object is passed to
|
This may be fixed now. I've written some tests and they seem to pass. Do you mind trying the latest version in master? |
By the way, the pull request that changed how UTF-8 is read is here: #40 |
@reinholdsson If you're still having trouble, please open a new issue. Thanks! |
Is there any chance to create an UTF-8 encoded yaml string on an UTF-8 locale? It seems that the returned string is somehow Unicode (at least it seems):
Converting "back" the yaml to R works fine, but I would like to see rather something like this:
My session info:
The text was updated successfully, but these errors were encountered: