Re: Setting locale information

2007-05-18 Thread Amarendra Godbole

On 5/16/07, Charlie Farinella [EMAIL PROTECTED] wrote:

I need to set locale values to en_US.UTF-8 system wide.
Is /etc/login.conf the right place to do that?

[...]


From my /etc/profile:

[...]
# For the setting of languages and character sets please see
# login.conf(5) and in particular the charset and lang options.
# For full locales list check /usr/share/locale/*
# You should also read the setlocale(3) man page for information
# on how to achieve more precise control of locale settings.
[...]

So yes, login.conf seems to be the correct place to set system-wide
language options.

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


Re: Setting locale information

2007-05-18 Thread P.U.Kruppa

On Fri, 18 May 2007, Amarendra Godbole wrote:


On 5/16/07, Charlie Farinella [EMAIL PROTECTED] wrote:

I need to set locale values to en_US.UTF-8 system wide.
Is /etc/login.conf the right place to do that?

[...]


From my /etc/profile:

[...]
# For the setting of languages and character sets please see
# login.conf(5) and in particular the charset and lang options.
# For full locales list check /usr/share/locale/*
# You should also read the setlocale(3) man page for information
# on how to achieve more precise control of locale settings.
[...]

So yes, login.conf seems to be the correct place to set system-wide
language options.

-Amarendra

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/
   using-localization.html

Greetings,

Uli.



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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Setting locale information

2007-05-16 Thread Charlie Farinella
I need to set locale values to en_US.UTF-8 system wide.  
Is /etc/login.conf the right place to do that?

thanks,

--charlie

-- 

Charles Farinella 
Appropriate Solutions, Inc. (www.AppropriateSolutions.com)
[EMAIL PROTECTED]
voice: 603.924.6079   fax: 603.924.8668

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


Perl setting locale failed

2005-09-02 Thread [EMAIL PROTECTED]
After having updated all freebsd  5.4 src  ports I've issued the 
portsdb -uU command but freebsd complains endlessly:
.. 
perl: 
warning: Please check that your locale settings:
LC_ALL = 
(unset),
LANG = it_IT.ISO_8859-15
are supported and 
installed on your system.
perl: warning: Falling back to the standard 
locale (C).
perl: warning: Setting locale failed.
.

Yes, I recently set 
the Italian language and the complaint is only a warning but 
WHAT 
should I do to avoid that warning?

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


Re: Perl setting locale failed

2005-09-02 Thread Parv
in message [EMAIL PROTECTED],
wrote [EMAIL PROTECTED] thusly...

 After having updated all freebsd  5.4 src  ports I've issued the
 portsdb -uU command but freebsd complains endlessly:
 .. 
 perl: 
 warning: Please check that your locale settings:
 LC_ALL = 
 (unset),
 LANG = it_IT.ISO_8859-15
 are supported and 
 installed on your system.
 perl: warning: Falling back to the standard 
 locale (C).
 perl: warning: Setting locale failed.
 .
 
 Yes, I recently set the Italian language and the complaint is only
 a warning but WHAT should I do to avoid that warning?

RTFM locale(1).

More directly, if you run locale -a | grep it_IT, you will see
that there is no '_' after 'ISO'.


  - Parv

-- 

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


Setting LOCALE

2002-12-04 Thread Odhiambo Washington
I've set some locales but get an error when running a certain script:


wash@ns2 ('tty') ~ 54 - ma
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
 LC_ALL = en_US.UTF-8,
 LC_CTYPE = ja_JP.UTF-8,
 LANG = en_US.UTF-8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).


Pointers ro the howto install??



-Wash

-- 
Odhiambo Washington   [EMAIL PROTECTED]  The box said 'Requires
Wananchi Online Ltd.  www.wananchi.com  Windows 95, NT, or better,'
Tel: +254 2 313985-9  +254 2 313922 so I installed FreeBSD.   
GSM: +254 72 743223   +254 733 744121   This sig is McQ!  :-)


In English, every word can be verbed.  Would that it were so in our
programming languages.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message