"H. Peter Anvin" <[EMAIL PROTECTED]> writes: >>> do you mean, in sv_SE.utf8, "�" is also after "z", ? >> >> No, *only* sv_SE (and other scandinavian languages) have that sorting. >> > > I would *hope* sv_SE.utf8 (being the locale for Swedish as used in > Sweden, in an UTF-8) encoding, sorts "�" after "z"!! Not for me, it gets the ordering between � and � right, but not z. $ LC_ALL=C bash -c 'echo -e "�\n�\n�\nz" | sort' z � � � $ LANG=sv_SE bash -c 'echo -e "�\n�\n�\nz" | sort' z � � � $ LANG=sv_SE.UTF-8 bash -c 'echo -e "�\n�\n�\nz" | sort' � � � z (RedHat 7.1, glibc 2.2.2, bash 2.04, textutils 2.0.11) - Linux-UTF8: i18n of Linux on all levels Archive: http://mail.nl.linux.org/linux-utf8/
- wrong strcoll() result with different UTF locale sett... Changjian_Sun
- Re: wrong strcoll() result with different UTF lo... Markus Kuhn
- Re: wrong strcoll() result with different UTF lo... Changjian_Sun
- Re: wrong strcoll() result with different UTF lo... Pablo Saratxaga
- Re: wrong strcoll() result with different UTF lo... Edmund GRIMLEY EVANS
- Re: wrong strcoll() result with different UTF lo... Changjian_Sun
- Re: wrong strcoll() result with different UTF lo... Jungshik Shin
- Re: wrong strcoll() result with different UTF lo... Pablo Saratxaga
- Re: wrong strcoll() result with different UTF lo... H. Peter Anvin
- Re: wrong strcoll() result with different UTF lo... Simon Josefsson
- Re: wrong strcoll() result with different UTF lo... Markus Kuhn
- Re: wrong strcoll() result with different UTF lo... Simon Josefsson
- Re: wrong strcoll() result with different UTF lo... Pablo Saratxaga
- Re: wrong strcoll() result with different UTF lo... Pablo Saratxaga
