From owner-freebsd-current@FreeBSD.ORG Fri Jul 9 12:07:10 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 A1A1416A4CE for ; Fri, 9 Jul 2004 12:07:10 +0000 (GMT) Received: from robbins.dropbear.id.au (133.c.012.mel.iprimus.net.au [210.50.250.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id E935C43D2D for ; Fri, 9 Jul 2004 12:07:09 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id D100841FD; Fri, 9 Jul 2004 22:10:33 +1000 (EST) Date: Fri, 9 Jul 2004 22:10:33 +1000 From: Tim Robbins To: Eugene Message-ID: <20040709121033.GA24663@cat.robbins.dropbear.id.au> References: <40EE7C81.004DA8.03912@e-post02.e-se.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40EE7C81.004DA8.03912@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 12:07:10 -0000 On Fri, Jul 09, 2004 at 03:07:45PM +0400, Eugene wrote: > > Hello Tim, > > TR> The base system has a UTF-8 version of every supported locale in 5.2-CURRENT, > TR> but for previous releases (inc. 5.1), you'll have to install misc/utf8locale > TR> from the ports collection. > > TR> Support for UTF-8 (and other multi-byte encodings) has been greatly improved > TR> since 5.1 and 5.2, so you'd do well to upgrade to 5.3 when it's released. > > Thank you for the info! > I installed this port. > Have you any info about release dates of 5.3 version? A date hasn't been decided yet, but it's likely to be 2-3 months yet. > Do you know is there some upgrade guide from older encodings to utf-8? > There's no problems for people worked in ASCII due to backward > compatibility, but on my system there's files in 8-bit encodings like > KOI8-R and windows-1251. > What can you recommend me? I don't know of any upgrade guides, but the converters/libiconv port should be able to convert those files -- take a look at the iconv(1) manual page after installing it, but basically: iconv -f KOI8-R -t UTF-8 newfile Tim