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

Fix output in non-UTF-8 locales #36

Open
gaborcsardi opened this issue Jul 6, 2022 · 0 comments
Open

Fix output in non-UTF-8 locales #36

gaborcsardi opened this issue Jul 6, 2022 · 0 comments
Labels
bug an unexpected problem or unintended behavior

Comments

@gaborcsardi
Copy link
Member

This is tricky, because the output JSON must be UTF-8. So ideally we would re-encode the output in UTF-8 in the embedding process. Maybe we can use the iconv instance in R for this.

@gaborcsardi gaborcsardi added the bug an unexpected problem or unintended behavior label Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant