On 6/5/13 11:26 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:
>Hi, > >> Interesting. There was so much work done to integrate the globalization >> classes that I'm surprised we didn't upgrade AC to use them. >It wouldn't be too hard to change. > >> IMO, the results of Array.sort with the globalization classes is >>"correct" >And that's where the issue is as it returns a different order on Linux. >There's no errors and en_US is being set correctly. Different but "valid"? If you use some other language to sort that list on Linux that also claims to support globalized sorts, what order would it return? If changing the test to have the AC sort through the globalization classes allows that test to pass on all platforms, then I'd say that's the way to go. -Alex