From owner-freebsd-current@FreeBSD.ORG Fri Jul 9 07:18:48 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D29616A4CE for ; Fri, 9 Jul 2004 07:18:48 +0000 (GMT) Received: from robbins.dropbear.id.au (229.a.002.mel.iprimus.net.au [203.134.133.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC58D43D1F for ; Fri, 9 Jul 2004 07:18:44 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 4DCCF41FA; Fri, 9 Jul 2004 17:21:56 +1000 (EST) Date: Fri, 9 Jul 2004 17:21:56 +1000 From: Tim Robbins To: Eugene Message-ID: <20040709072156.GA23479@cat.robbins.dropbear.id.au> References: <40EE4159.000801.02820@e-post02.e-se.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40EE4159.000801.02820@e-post02.e-se.ru> User-Agent: Mutt/1.4.1i cc: current@freebsd.org Subject: Re: Unicode locale X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 07:18:48 -0000 On Fri, Jul 09, 2004 at 10:55:21AM +0400, Eugene wrote: > Hello All, > > Does FreeBSD 5.1 support unicode locale? > I'd like to use UTF-8 with Russian parameters. > I looked at /usr/share/locale > and found only am_ET.UTF-8 > Does it mean utf-8 support exists only for armenian? > What about another languages and contries? The base system has a UTF-8 version of every supported locale in 5.2-CURRENT, but for previous releases (inc. 5.1), you'll have to install misc/utf8locale from the ports collection. Support for UTF-8 (and other multi-byte encodings) has been greatly improved since 5.1 and 5.2, so you'd do well to upgrade to 5.3 when it's released. Tim