[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Locale issue



On Fri, Dec 07, 2012 at 01:17:20AM -0800, ML mail wrote:
> Hello,
> 
> Since now already a few weeks I noticed that my locale settings on various Debian 6.0 servers got by some mysterious way broken... For example any tool/command using PERL will issue the following warning:
> 
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
>     LANGUAGE = (unset),
>     LC_ALL = (unset),
>     LC_CTYPE = "UTF-8",
>     LANG = "en_US.UTF-8"
>     are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").

Debian 6.0 = squeeze

This is typical if you use  perl under LANG = "en_US.UTF-8".
This was fixed for wheezy ay perl

| perl (5.12.2-2) experimental; urgency=low
| ...
|     + Squelch useless locale warnings during package maintainer scripts.
|       (Closes: #508764)
|     + Improve LC_NUMERIC documentation. (Closes: #379329)
|     + Fix sprintf not to ignore LC_NUMERIC with constants. (Closes: #601549)
| ...
| 
|  -- Niko Tyni <ntyni@debian.org>  Tue, 02 Nov 2010 11:34:32 +0200


Reply to: