Message-ID: <8A835F24-8E65-4C72-9C32-19ABB556947B@r-project.org>
Date: 2006-09-28T21:13:10Z
From: Simon Urbanek
Subject: A bug in the Mac GUI and a request
In-Reply-To: <4722E2C6-B7C0-4E2D-86A1-26CA27029181@mac.com>
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
> "en_GB at currency=EUR.UTF-8"
>
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