Skip to content
Prev 359631 / 398502 Next

Please guide -- UTF-8 locale setting fails on Windows on writing

Le lundi 28 mars 2016 ? 19:16 +0530, Sunny Singha a ?crit?:
You don't need to set the locale. Just pass an appropriate value (e.g.
"UTF-8") to read.csv() or write.csv()'s fileEncoding argument.

You also didn't tell us what program you used to read these files. Some
might guess the encoding incorrectly, or require you to choose it
manually.


Regards