Draft: Ignore punctuation when sorting
This small change fixes natural sorting issues when punctuation is in the filename. Now, the example filenames given in the bug (file.txt
, file_with_underscore.txt
) are sorted in the correct order. This is the only test of this change that has been conducted so far.
Edited by Travis Burrows