Subject: Re: perl warning
To: None <netbsd-help@netbsd.org>
From: Ralph Kube <ralph_kube@gmx.net>
List: netbsd-help
Date: 08/05/2002 15:19:27
On Mon, Aug 05, 2002 at 10:15:00PM +0900, Bang Jun-Young wrote:
> 
> 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 doesn't have anything to do with perl but with you libc.
Check that your LC_ALL is set to ko_KR.eucKR. If that doesn't help, 
try man locale(1). 
Ralph