On Sep 28, 2006, at 4:32 PM, Ivan Alves wrote:

>> Sys.getenv("LANG") in the GUI, you should get something like:
>> > Sys.getenv("LANG")
>>          LANG
>> "en_US.UTF-8"
>>
> > Sys.getenv("LANG")
>                       LANG
> "[EMAIL PROTECTED]"
>

Wow, that's weird one. Can you, please, try to run

defaults write org.R-project.R force.LANG en_GB.UTF-8

in the Terminal and run the GUI again? Consequently UTF-8 should be  
working again. Please let me know whether it does and I'll fix the  
GUI to do that automatically. You can revoke the above by running

defaults delete org.R-project.R force.LANG

Thanks,
Simon

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to