Displaying 1 result from an estimated 1 matches for "67dbb354".
2014 Aug 08
1
Installing locales in Fedora
Not specifically an R question, but hopefully some Fedora users might
know the answer. I am creating an rpm for an R application that uses
en_US.UTF-8:
Sys.setlocale(category='LC_ALL', 'en_US.UTF-8');
Sys.setenv(LANG="en_US.UTF-8")
On my own Fedora installation, en_US.UTF-8 was installed by default.
However this was an English system, so I am not sure this will be