From owner-freebsd-questions Mon Nov 1 8: 6:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id BEB4814F24 for ; Mon, 1 Nov 1999 08:06:44 -0800 (PST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with SMTP id LAA08591; Mon, 1 Nov 1999 11:06:43 -0500 (EST) Date: Mon, 1 Nov 1999 11:06:43 -0500 (EST) From: Trevor Johnson To: Ben Hockenhull Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Locale problem (with perl) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > % perl -v > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LC_ALL = (unset), > LC_CTYPE = "ISO8859-1", > LANG = (unset) > are supported and installed on your system. > perl: warning: Falling back to the standard locale ("C"). Howdy, Ben. Maybe this is what you want: % setenv LC_CTYPE "en_US.ISO_8859-1" __ Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message