Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 1999 18:41:58 -0800 (PST)
From:      rock@cs.uni-sb.de
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   bin/9902: error in german (and some other) locale sorting
Message-ID:  <199902040241.SAA19371@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         9902
>Category:       bin
>Synopsis:       error in german (and some other) locale sorting
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb  3 18:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     D. Rock
>Release:        4.0-CURRENT
>Organization:
>Environment:
Bug is present at least since 3.0-CURRENT from July 1998
>Description:
setting LANG to de_DE.ISO_8859-1, output isn't sorted correctly.
>How-To-Repeat:
% mkdir /emptydir; cd /emptydir
% touch sl ss su
% ls
sl  ss  su
% LANG=de_DE.ISO_8859-1 ls
sl  su  ss
% LANG=es_ES.ISO_8859-1 ls
sl  su  ss
% LANG=fr_FR.ISO_8859-1 ls
sl  ss  su

Only locales which use a different collate file seem to be affected.
>Fix:
In Latin 1 there exist the perfectly legal value "ß", which isn't the
same as "ss". Two letters should always be considered as two letters.
If one still insist in using 7-Bit ASCII there should be an additional
locale de_DE.ASCII
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



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