Description of problem: Character "ળ" (0AB3) needs to be sorted after the character "હ" (0AB9) Version-Release number of selected component (if applicable): Fedora rawhide! How reproducible: Everytime Steps to Reproduce: 1. Create folders with the name starting from the character (0AB3) and (0AB9) 2. Sort them using simple "sort by name" method 3. Check the order of the folders sorted Actual results: Folder names starting with (0AB3) is sorted before folder names starting with (0AB9) Expected results: Folder names starting with (0AB3) should be sorted after folder names starting with (0AB9) Additional info:
Here is the standard sorting order defined by Gujarati Community: http://www.indlinux.org.in/wiki/index.php/GujaratiSort
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
Pravin, is this assertion correct? If yes, this should be an easy fix, right?
sorry, i was waiting for foss.in collation workout, thought will get some more inputs there and then will fix it together. its over and no more inputs
Created attachment 328000 [details] patch created against glibc devel branch for Gujarati Collation fix
Patch is applied upstream.
Thanks!!