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

Hi,

Interesting test indeed. The result is exactly the same as it is when using Perl. So I expect one of the two OS-es not playing nicely with the standards.
  • Comment on Re^5: Difference in sort order between Solaris and Linux

Replies are listed 'Best First'.
Re^6: Difference in sort order between Solaris and Linux
by McA (Priest) on Mar 05, 2014 at 15:13 UTC

    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

      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