From owner-freebsd-questions@FreeBSD.ORG Tue Sep 18 01:14:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E8A516A418 for ; Tue, 18 Sep 2007 01:14:33 +0000 (UTC) (envelope-from netslists@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 0AF0F13C45A for ; Tue, 18 Sep 2007 01:14:32 +0000 (UTC) (envelope-from netslists@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so51526ugf for ; Mon, 17 Sep 2007 18:14:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=Fd+laQHvRH+MTeX5kChhthstJaijHZXVc9H2T0+L954=; b=r1fg/nnpQnDkIcAeCom4+7vi+IDpG9xMRjeH/lZdutnLlL21Tcn0vl5MF4SzCSipKVMHZdMmGD65gI5Vab1yiTchsi2aJG6a92s6Z4Sv8lSmIuNVCT9qOa2hQvVlqO8ChPOXJirn6x2gSZbpLp2FUio8Q6bebBWv85NZRDH/Bkg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=jgw19UG+wfb8EhFo/LQKIGs+0heL44KWPrhr5pvtcl5H9Y4nMRpCmGyg4ex5SZOKgUyxaGlKQSESDNCRvytTz70vAi6iF3cRnWwUGu6qp7Hxo07C+tb0kCbkhUtOLw1ZnI1vRL+0kK1JaqM6hU19+f34Isc4JxCES3fHtNwg9lU= Received: by 10.67.22.2 with SMTP id z2mr168936ugi.1190078062982; Mon, 17 Sep 2007 18:14:22 -0700 (PDT) Received: from ?192.168.17.8? ( [91.135.49.237]) by mx.google.com with ESMTPS id d23sm3216554nfh.2007.09.17.18.14.21 (version=SSLv3 cipher=RC4-MD5); Mon, 17 Sep 2007 18:14:22 -0700 (PDT) Message-ID: <46EF2663.10104@gmail.com> Date: Tue, 18 Sep 2007 03:14:11 +0200 From: Sten Daniel Soersdal User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: PR/51920: Please add Norwegian Collate support to FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2007 01:14:33 -0000 Today i found a very old but very useful PR which gave my FreeBSD servers the ability to properly sort strings containing characters in the norwegian alphabet. The default (la_LN.ISO8859-1/15) sorts by ASCII value which is not quite right. http://www.freebsd.org/cgi/query-pr.cgi?pr=conf/51920 I had to manually update the Makefile but the .src files where copied as is. I haven't found anything wrong with them, but I'll be happy to supply an update if anyone does. Please take a look at this old issue and put this PR to rest. -- Sten Daniel Soersdal