Closed oloverm closed 4 years ago
Ok, as I kind of suspected, it wasn't really an issue with shiny.i18n. It was a locale issue, I fixed it with Sys.setlocale("LC_ALL", "Russian_Russia")
. I found the Windows locale to use on this website. Apparently it's a bit simpler on Mac/Unix.
Thank you @oloverm for reporting that, indeed we should mention in the readme to be careful with local language settings while reading the data.
This might be an issue with Shiny/R, rather than this package, sorry if so. I haven't dealt with encoding stuff before so this is all new to me.
I'm trying to translate from English to Russian. I've got the translator working fine when I tested it using the Latin alphabet. However, now that I've loaded in an actual Russian translation CSV, I've got trouble. These six unicode characters should say Привет (hello).
Is it this package that's showing the unicode, or do you guys know how to show it as Cyrillic?