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

Bug: list.save breaks down when dealing with special characters #125

Open
ghost opened this issue Apr 5, 2020 · 1 comment
Open

Bug: list.save breaks down when dealing with special characters #125

ghost opened this issue Apr 5, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 5, 2020

Whenever I try to save a YAML-format list with a non-ASCII character in it (e.g. ü), the list ends just before that character... anything after that character is missing, for example the rest of the string, and the rest of the list.

@renkun-ken
Copy link
Owner

list.save("abc.yaml", ...) is just a wrapper of yaml::write_yaml(...). You could specify yaml::write_yaml(..., fileEncoding=) and see if it works.

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

1 participant