From owner-freebsd-current@FreeBSD.ORG Sun Nov 18 11:48:22 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D491416A419 for ; Sun, 18 Nov 2007 11:48:22 +0000 (UTC) (envelope-from jbucht@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.191]) by mx1.freebsd.org (Postfix) with ESMTP id A8C7A13C469 for ; Sun, 18 Nov 2007 11:48:22 +0000 (UTC) (envelope-from jbucht@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1212328rvb for ; Sun, 18 Nov 2007 03:48:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=zuqh19rCA6R/7i5nT+fyG9KrrXBX025vE5+kmzzmQSU=; b=kmKwwVVKioIyXVfPxIs1/qa4iJSBbqDyRNe7WKRtDlgkkGUjXiVqGnQzrgMb1vMc4zcxiXll2g8+f2vtLO5NipnZxdl1N1ao0cHwFMcCBtq7snOVDW5fNN62mReFQXFOM5VCwly0Y8iSBfrZZMFtDPJZLXXyjN8vTF4zG1esTlw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=htAgwKcuOzYp49EqqKsOibGVx9b0RVNhXzPD3CnFQKQaOgz3hVXaJNxhCg3J3vcXZjLzRIrbokRitn5W0ObUVVNnVjnEphrGP0qdBaJGU7QlPku4YBqDmclb5nT3R3H7HRO2pOWAnBA/9ycTIKDUNWAa4BfN8PZGCFpdD36GpBg= Received: by 10.141.19.16 with SMTP id w16mr1523837rvi.1195386497157; Sun, 18 Nov 2007 03:48:17 -0800 (PST) Received: by 10.140.135.1 with HTTP; Sun, 18 Nov 2007 03:48:17 -0800 (PST) Message-ID: <947010c30711180348g76651b67qaa27039600e6517@mail.gmail.com> Date: Sun, 18 Nov 2007 12:48:17 +0100 From: "Johan Bucht" To: "Andrey Chernov" , freebsd-current@freebsd.org In-Reply-To: <20071118113616.GB21519@nagual.pp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <473FE18B.2090303@gneto.com> <20071118112226.GA20540@nagual.pp.ru> <20071118113019.GA21519@nagual.pp.ru> <20071118113616.GB21519@nagual.pp.ru> Cc: Subject: Re: Setting LANG=sv_SE.ISO_8859-1 breaks 7.0 buildworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 18 Nov 2007 11:48:22 -0000 Yes. W is rarely used in swedish, it's basically considered the same letter as V and the few words starting with W are placed under V in the dictionary. /Johan 2007/11/18, Andrey Chernov : > On Sun, Nov 18, 2007 at 02:30:19PM +0300, Andrey Chernov wrote: > > On Sun, Nov 18, 2007 at 02:22:26PM +0300, Andrey Chernov wrote: > > > 1) it should be sv_SE.ISO8859-1, not sv_SE.ISO_8859-1 > > ... > > > 4) Test script reduced to minimum > > > > Even not the awk bug but rather strcoll() or locale definition, reduced > > down to that: > > > #include > > #include > > #include > > > > main() { > > setlocale(LC_ALL, ""); > > printf ("%d\n", strcoll("ve","w")); > > } > > This is locale definition, I find (V,W); and (v,w); there, is that right > equivalences for sv_SE? I.e. is v=w in sv_SE sorting? > > -- > http://ache.pp.ru/ > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >