From owner-freebsd-questions@FreeBSD.ORG Mon Oct 31 02:37:42 2005 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 581D816A41F for <freebsd-questions@freebsd.org>; Mon, 31 Oct 2005 02:37:42 +0000 (GMT) (envelope-from mike@hyperreal.org) Received: from hyperreal.org (taz3.hyperreal.org [209.237.226.90]) by mx1.FreeBSD.org (Postfix) with SMTP id 1502743D49 for <freebsd-questions@freebsd.org>; Mon, 31 Oct 2005 02:37:42 +0000 (GMT) (envelope-from mike@hyperreal.org) Received: (qmail 96575 invoked by uid 1001); 31 Oct 2005 02:37:43 -0000 Message-ID: <20051031023743.96573.qmail@hyperreal.org> In-Reply-To: <20051021062024.M27175@acatysmoof.com> To: Alex Teslik <alex@acatysmoof.com> Date: Sun, 30 Oct 2005 18:37:43 -0800 (PST) Sender: mike@hyperreal.org From: Mike Brown <mike@hyperreal.org> X-Whoa: whoa. X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: List freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: non-English character support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 31 Oct 2005 02:37:42 -0000 Alex Teslik wrote: > I was also wondering why there is no en_US.UTF8 in /usr/share/locale? Any > guidence is much appreciated. > > I am using FreeBSD 4.10-RELEASE-p5. In FreeBSD 4.x, the UTF-8 locale support files have to be installed from the ports collection. cd /usr/ports/misc/utf8locale make install You'll need to do this after each OS upgrade (unless you go to 5.x, under which you should remove the port entirely).