Bug 65445

Summary: sorting problem and a locale fix in glibc2.2.4 (already resolved in glibc-cvs)
Product: [Retired] Red Hat Linux Reporter: Won-kyu Park <wkpark>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2CC: fweimer
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-12-15 20:36:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Won-kyu Park 2002-05-24 07:35:55 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)

Description of problem:
there is a problem in locale/ld-colloate.c of the glibc-2.2.4
locale/ko_KR also have a typo error.

and, glibc-cvs already fixed this problem

attached patch can solve it.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. mkdir test;cd test;mkdir 0! 3* 4Y 6s 86;LANG=ko_KR;ls |sort

Actual Results:  $ LANG=ko_KR;ls |sort
4Y
6s
3*
86
0!

Expected Results:  $ LANG=ko_KR;ls |sort
0!
3*
4Y
6s
86

Additional info:

Comment 1 Won-kyu Park 2002-05-24 07:46:14 UTC
this is the ld-collate.c patch :-)

http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/locale/programs/ld-
collate.c.diff?r1=1.97&r2=1.98&cvsroot=glibc

and ko_KR fix

http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/localedata/locales/ko_KR.diff?
r1=1.13&r2=1.14&cvsroot=glibc

Comment 2 Alan Cox 2002-12-15 20:36:29 UTC
Verified ok in 8.0