Improve the Sort filter
Posted: Sun Jan 10, 2016 2:53 am
The Sort filter is described as:
On the other hand, I regularly use the Count Duplicate Lines filter, and find that it handles UTF-8 text quite happily, and that the output is Sorted.
So why not improve the Sort filter using the code underlying the Count Duplicate Lines filter?
Please!
David
It doesn't support sorting of UTF-8 text.The sort type controls the method by which items are sorted. The available options are:
· ANSI sort (case insensitive)
· ANSI sort (case sensitive) - faster than case insensitive as no case-mapping is performed
· ASCII sort (case insensitive)
· ASCII sort (case sensitive) - faster than case insensitive as no case-mapping is performed
· Numeric sort
· Sort by length of line
On the other hand, I regularly use the Count Duplicate Lines filter, and find that it handles UTF-8 text quite happily, and that the output is Sorted.
So why not improve the Sort filter using the code underlying the Count Duplicate Lines filter?
Please!
David