Skip to content
Prev 6967 / 15075 Next

Wrong locale when using R from shell

On Mar 22, 2010, at 16:32 , Erich Studerus wrote:

            
Setup your environment accordingly? This has nothing to do with R but  
your environment (LANG, LANGUAGE, LC_xxx) - which is what determines  
the locale. The default locale settings are system-dependent, so  
either your system default locale is C or Lyx forces C locale for the  
shell it starts. For details on locale specifications see, e.g.:
http://www.gnu.org/software/hello/manual/gettext/Locale-Environment-Variables.html#Locale-Environment-Variables
http://opengroup.org/onlinepubs/007908799/xbd/envvar.html

Cheers,
Simon