Skip to content

Draft: Ignore punctuation when sorting

Travis Burrows requested to merge tjburrows/dolphin:BUG_421869 into master

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.

BUG: 421869

Edited by Travis Burrows

Merge request reports