[squeak-dev] Pending 4.1 Mantis Bugs

Bert Freudenberg bert at freudenbergs.de
Sat Apr 10 16:24:10 UTC 2010


On 10.04.2010, at 01:33, Chris Muller wrote:
> 
>> Do you have a valid locale set in your environment?  Try "export LC_ALL=C"
> 
> OMG, that looks like it.
> 
> After 2 years, I think I can start to use C&P again!  I think I'm
> going to cry, thank you!
> 
> I just need to make sure my environment set up correctly.  I don't
> know anything about localization (I'm American  :-), but I will
> certainly do that work.
> 
> But I would expect this to come up again and again with other
> Linux-dummies like me.  Whatever the different path of code inside the
> VM is taken on account of this Environment variable not being set; is
> there any way to have C&P follow the default expected behavior even if
> LC_ALL is not set?
> 
> 
> On Fri, Apr 9, 2010 at 5:21 PM, Ian Piumarta <piumarta at gmail.com> wrote:
>> Do you have a valid locale set in your environment?  Try "export LC_ALL=C"
>> before starting your images, or maybe "export LC_ALL=en_US.UTF-8".


In the Etoys start script we have

[ -z "$LC_ALL" ] && export LC_ALL="$LANG"

so possibly that's why it has been working ...

- Bert -




More information about the Squeak-dev mailing list