I've noticed that my source-list is sorted in a weird way. It looks like this: ``` Aa Bb ... Yy Zz aa bb ... yy zz ``` I very much expect `mi...` to come before `My...`, not after `Zz...`.
I've noticed that my source-list is sorted in a weird way. It looks like this:
I very much expect
mi...to come beforeMy..., not afterZz....