in reply to Re^5: Difference in sort order between Solaris and Linux
in thread Difference in sort order between Solaris and Linux

Hmm, so it seems that the sorting order of the C locale is different. That is weird. But gives you the chance to search in Google for sorting differences between Linux and Solaris independent of Perl. ;-)

I would look at the bunch of environment variables whether there are some which have higher precedence so that the tests done so far pointed us into the wrong direction.

The best for your research
McA

  • Comment on Re^6: Difference in sort order between Solaris and Linux

Replies are listed 'Best First'.
Re^7: Difference in sort order between Solaris and Linux
by lpwevers (Acolyte) on Mar 06, 2014 at 09:27 UTC
    Hi, Thanks. You're right, it seems that independent of Perl Solaris and Linux behave differently. I guess I'll just have to live with it then and use the suggestion of using the Schwartzian Transform. Louis