On Sat, 1 Sep 2001, Simon Josefsson wrote:
> > I would *hope* sv_SE.utf8 (being the locale for Swedish as used in
> > Sweden, in an UTF-8) encoding, sorts "�" after "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)

Can't reproduce the above. I get correctly (in a UTF-8 xterm):

$ LANG=sv_SE.UTF-8 bash -c 'echo -e "�\n�\n�\nz" | sort'
z
�
�
�

Same OS version here.

Markus

-- 
Markus G. Kuhn, Computer Laboratory, University of Cambridge, UK
Email: mkuhn at acm.org,  WWW: <http://www.cl.cam.ac.uk/~mgk25/>

-
Linux-UTF8:   i18n of Linux on all levels
Archive:      http://mail.nl.linux.org/linux-utf8/

Reply via email to