T
Tony Johansson
Hi!
When we sort for example an array of char it's the numeric value for the
character that is used to decide which one is greater then the other.
But my question is if we look at other language and culture how is the
sorting done there is it based on the numeric value for
the character to decide which character is greter then another.
I mean in english if we have the character cba it could have been
implemented without using the numeric values for the character. So the
sorting of cba might have given bac.
//Tony
When we sort for example an array of char it's the numeric value for the
character that is used to decide which one is greater then the other.
But my question is if we look at other language and culture how is the
sorting done there is it based on the numeric value for
the character to decide which character is greter then another.
I mean in english if we have the character cba it could have been
implemented without using the numeric values for the character. So the
sorting of cba might have given bac.
//Tony