pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/39921: perl from pkgsrc does not support locale
The following reply was made to PR pkg/39921; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/39921: perl from pkgsrc does not support locale
Date: Sat, 15 Nov 2008 19:06:21 +0900
On Sat, 15 Nov 2008 00:05:00 +0900, <hramrach%centrum.cz@localhost> wrote:
> $ locale
> LANG="en_US.UTF-8"
> LC_CTYPE="en_US.UTF-8"
> LC_COLLATE="C"
> LC_TIME="C"
> LC_NUMERIC="C"
> LC_MONETARY="C"
> LC_MESSAGES="en_US.UTF-8"
> LC_ALL="en_US.UTF-8"
> $ perl
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
> LC_ALL = "en_US.UTF-8",
> LC_CTYPE = "en_US.UTF-8",
> LANG = "en_US.UTF-8"
> are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").
It came from lack of some categories in NetBSD locale.
If you set "LC_COLLATE=C" or "PERL_BADLANG" environment,
those warnings will be gone away.
Home |
Main Index |
Thread Index |
Old Index