Re: Setting locales

2003-12-11 Thread Rogelio Rodríguez
Odhiambo Washington (2003-12-11):
> Hiya,
> 
> I set the following locales in my .bash_profile:
> 
> export LANG=en_US.UTF-8
> export LC_ALL=en_US.UTF-8
> 
> But I get these warnings when I try to run some script:
> 
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
> LC_ALL = "en_US.UTF-8",
> LC_COLLATE = "C",
> LANG = "en_US.UTF-8"
> are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C")
> 
> 
> How do I install the missing locales?

misc/utf8locale

NB: Currently, the freebsd ncurses library is not exactly ready
for unicode methinks. ncurses 5.3 (ncursesw) is probably best.
But, if you --enable-widec (to get ncursesw) in devel/ncurses you
get a compilation error.

Cheers,

-- 
Rogelio

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


Setting locales

2003-12-11 Thread Odhiambo Washington
Hiya,

I set the following locales in my .bash_profile:

export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8

But I get these warnings when I try to run some script:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = "en_US.UTF-8",
LC_COLLATE = "C",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C")


How do I install the missing locales?


-Wash

http://www.netmeister.org/news/learn2quote.html

--
+==+
|\  _,,,---,,_ | Odhiambo Washington<[EMAIL PROTECTED]>
Zzz /,`.-'`'-.  ;-;;,_ | Wananchi Online Ltd.   www.wananchi.com
   |,4-  ) )-,_. ,\ (  `'-'| Tel: +254 20 313985-9  +254 20 313922
  '---''(_/--'  `-'\_) | GSM: +254 722 743223   +254 733 744121
+==+
"A fractal is by definition a set for which the Hausdorff Besicovitch
dimension strictly exceeds the topological dimension."
-- Mandelbrot, "The Fractal Geometry of Nature"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"