Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2007 12:48:17 +0100
From:      "Johan Bucht" <jbucht@gmail.com>
To:        "Andrey Chernov" <ache@nagual.pp.ru>, freebsd-current@freebsd.org
Subject:   Re: Setting LANG=sv_SE.ISO_8859-1 breaks 7.0 buildworld
Message-ID:  <947010c30711180348g76651b67qaa27039600e6517@mail.gmail.com>
In-Reply-To: <20071118113616.GB21519@nagual.pp.ru>
References:  <473FE18B.2090303@gneto.com> <20071118112226.GA20540@nagual.pp.ru> <20071118113019.GA21519@nagual.pp.ru> <20071118113616.GB21519@nagual.pp.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <ache@nagual.pp.ru>:
> 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 <locale.h>
> > #include <stdio.h>
> > #include <string.h>
> >
> > 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"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?947010c30711180348g76651b67qaa27039600e6517>