Open
Description
I suggest to add a version scheme string
(alternatively it could be named lexicographic
or something similar) that is defined as follows:
- Interpret each version as
string
in UTF-8 representation. - Compare
string
s based on characters in lexicographical order. (LC_COLLATE=POSIX
)
This equals the result of the Unix sort
command.
Flagging @pombredanne for attention