From owner-freebsd-doc@FreeBSD.ORG Wed Jan 7 03:55:02 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2036D16A4CE; Wed, 7 Jan 2004 03:55:02 -0800 (PST) Received: from relay.gufi.org (civetta.gufi.org [212.110.23.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4768B43D1D; Wed, 7 Jan 2004 03:55:00 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by relay.gufi.org (Postfix) with ESMTP id 4744820F49; Wed, 7 Jan 2004 12:54:58 +0100 (CET) Received: from FreeBSD.org (thunder.alexdupre.com [192.168.0.101]) i07BsvAk079497; Wed, 7 Jan 2004 12:54:57 +0100 (CET) (envelope-from ale@FreeBSD.org) Message-ID: <3FFBF391.2010203@FreeBSD.org> Date: Wed, 07 Jan 2004 12:54:57 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hiroki Sato References: <20031220.024529.10288025.hrs@eos.ocn.ne.jp> <20031225.064240.74701770.hrs@eos.ocn.ne.jp> <20031230.052723.71544261.hrs@eos.ocn.ne.jp> <20040107.125628.98854700.hrs@eos.ocn.ne.jp> In-Reply-To: <20040107.125628.98854700.hrs@eos.ocn.ne.jp> X-Enigmail-Version: 0.82.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-doc@FreeBSD.org Subject: Re: Problems with mirrors.xml and advisories.xml X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2004 11:55:02 -0000 Hiroki Sato wrote: > hrs> I put a new patchset[*] to fix both of the month name and > hrs> the sort order problem. Alex and Martin, thanks for the report > hrs> of de_DE.ISO8859-1 and it_IT.ISO8859-15. However, I am still > hrs> afraid about if the order in Russian docs are properly or not. > hrs> If anyone tried, please let me know. I found only a minor issue, that IMO is fixable by adding "-f" as sort flag, since the ordering shouldn't be case-sensitive: Wrong: USA => Ukraine => United Kingdom (actual) Correct: Ukraine => United Kingdom => USA (with -f flag) > A slightly revised version of the patchset which includes en and ja only > has been put at http://people.freebsd.org/~hrs/docwww_monthname_sort2.diff.gz. Tested. It works fine. -- Alex Dupre