Hi,
I've changed sorting by name to use natural sort, as per #181, but currently only for C-version, so v1.x
Since the code is so well organised, the implementation was straighforward, with minimal changes, using the free C code of Martin Pool (gratis & libre & unrestricted), from here: https://github.com/sourcefrog/natsort .
I've run it locally in Ubuntu 18.04 and works well. See attached for difference between v1.12 and this commit.
Hi,
I've changed sorting by name to use natural sort, as per #181, but currently only for C-version, so v1.x
Since the code is so well organised, the implementation was straighforward, with minimal changes, using the free C code of Martin Pool (gratis & libre & unrestricted), from here: https://github.com/sourcefrog/natsort .
I've run it locally in Ubuntu 18.04 and works well. See attached for difference between v1.12 and this commit.