misc/109367: UTF8 encoded locales and problem collating accents

c adams salsafresh at yahoo.com
Tue Feb 20 18:50:07 UTC 2007


>Number:         109367
>Category:       misc
>Synopsis:       UTF8 encoded locales and problem collating accents
>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:   Tue Feb 20 18:50:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     c adams
>Release:        6.2-rc1
>Organization:
>Environment:
6.2-RC1 FreeBSD 6.2-RC1 #0: Thu Nov 16 05:01:36 UTC 2006     root at opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
UTF-8 locales appear to use C type collation.  

$ export LC_COLLATE="en_US.ISO8859-15"
$ ls *odt
sample.odt      s?mple.odt     sz?mple.odt
export LC_COLLATE="en_US.UTF-8"
$ ls *odt
sample.odt      sz?mple.odt    s?mple.odt

Same results with every UTF-8 locale type used (fr_FR.UTF-8, eu_ES.UTF-8, en_AU.UTF-8, sv_SE.UTF-8, en_GB.UTF-8).
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list