Re: problems with LC_ALL

2008-01-21 Thread Ulrich Spoerlein
On Sun, 20.01.2008 at 12:53:54 -0800, Javier Elizondo wrote:
 Hi,
 
 I am using darwing in a mac book pro, when I open
 terminal I get the following message that appears only
 in my account, I would like to get help in order to
 fix it.
 
 Last login: Sun Jan 20 14:32:18 on ttys001
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
   LC_ALL = (unset),
   LANG = UTF-8
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale
 (C).
 
 I have tried but without success. The languaje is
 EN_US with iso and the keyboard is in spanish, but not
 problem with it.

Your LANG setting of UTF-8 is plain wrong. There is no UTF-8
language. Please check the output of locale and then set LANG to
something that can be find in the output of locale -a.

The keyboard is not affected by LANG, so if you want English error
messages and are using UTF-8, you should place the following in
your shell startup file

export LANG=en_US.UTF-8

Cheers,
Ulrich Spoerlein
-- 
It is better to remain silent and be thought a fool,
than to speak, and remove all doubt.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


problems with LC_ALL

2008-01-20 Thread Javier Elizondo
Hi,

I am using darwing in a mac book pro, when I open
terminal I get the following message that appears only
in my account, I would like to get help in order to
fix it.

Last login: Sun Jan 20 14:32:18 on ttys001
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LANG = UTF-8
are supported and installed on your system.
perl: warning: Falling back to the standard locale
(C).

I have tried but without success. The languaje is
EN_US with iso and the keyboard is in spanish, but not
problem with it.

thanks, Javier


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]