The issue has to do with uppercase and lowercase strings; these are sorted as "ABCabc" instead of "AaBbCc". This patch changes this behaviour by downcasing the relevant strings during the sort.
Mainn
The issue has to do with uppercase and lowercase strings; these are sorted as "ABCabc" instead of "AaBbCc". This patch changes this behaviour by downcasing the relevant strings during the sort.
Mainn