"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/

Reply via email to