asciicast icon indicating copy to clipboard operation
asciicast copied to clipboard

Fix output in non-UTF-8 locales

Open gaborcsardi opened this issue 2 years ago • 0 comments

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 avatar Jul 06 '22 10:07 gaborcsardi