Date: Tue, 4 Jan 2000 10:51:49 +0100 From: Anton Berezin <tobez@plab.ku.dk> To: "Ron 'The InSaNe One' Rosson" <insane@lunatic.oneinsane.net> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Perl... Message-ID: <20000104105149.A62107@plab.ku.dk> In-Reply-To: <20000103175809.A80262@lunatic.oneinsane.net> References: <20000103175809.A80262@lunatic.oneinsane.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 03, 2000 at 05:58:09PM -0800, Ron 'The InSaNe One' Rosson wrote:
This is probably more appropriate for -questions.
> Here is the error I get on it when I run a simple perl script. The
> Script runs but I want to get rid of the warnings.
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
> LC_ALL = (unset),
> LC_CTYPE = "en_US",
> LANG = (unset)
> are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").
Set LC_CTYPE in your environment to "en_US.ISO_8859-1" instead of
"en_US" and enjoy.
Alternatively, do not `use locale;' in your script.
Cheers,
--
Anton Berezin <tobez@plab.ku.dk>
The Protein Laboratory, University of Copenhagen
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000104105149.A62107>
