Subject: Re: perl warning
To: Shigeki UNO <shigeki@mediawars.ne.jp>
From: Bang Jun-Young <junyoung@mogua.com>
List: netbsd-help
Date: 08/05/2002 23:57:53
On Mon, Aug 05, 2002 at 11:38:42PM +0900, Shigeki UNO wrote:
> Bang Jun-Young <junyoung@mogua.com> writes:
> 
> | Hi,
> |
> | Every time I run perl-5.6.1 on my -current machine I get the following
> | warning:
> |
> | perl: warning: Setting locale failed.
> | perl: warning: Please check that your locale settings:
> | 	LC_ALL = (unset),
> | 	LANG = "ko_KR.eucKR"
> |     are supported and installed on your system.
> | perl: warning: Falling back to the standard locale ("C").
> |
> | Doesn't perl-5.6.x have support for multibyte encodings yet? This
> | is quite annoying as I run perl more these days.
> 
> This isn't a fundamental solution but it would prevent perl from
> annoying you. 
> 
>  .cshrc       setenv  PERL_BADLANG ""
>  .bashrc      export PERL_BADLANG=""
> 
> Hope this helps,

It helps! Seems like perl finally stopped complaining. :-)

BTW, wouldn't be there side effect of it?

Jun-Young

-- 
Bang Jun-Young <junyoung@mogua.com>