Al Le schrieb:
For example, is "1.001" one point zero zero one,
Not this in natsort. In natsort it would be "the number 1", a dot,
"the number 1". The interpretation of the numbers is beyond the scope.
Natsort will sort this before 1.002 and before 1.01. It does this,
because it does not ignore leading zeros.
or one thousand and one?
No since it assume a country specific separator.
Nobody assumes a separator. This is just a dot, a non-digit character.
Any non-digit character will act as a separator.