Alphabetical sort of titles does not match Toodledo for [ ] ^ _ and '
In Toodledo the symbols:
[ ] ^ _ '
are sorted after the alphabet (AaBbCcDd ... XxYyZz)
But in the Ultimate To-Do List, these same symbols, when all tasks are sorted alphabetically, show up after the @ symbol but before the alphabet.
Examples:
Toodledo alpha-sort:
! " # $ % & '
( ) * + - , . /
0 1 2 3 4 5 6 7 8 9
: ; < = > ? @
A a B b C c ... X x Y y Z z
[ ] ^ _ ' { } ~
Ultimate To-Do List sorting the same list yields:
! " # $ % & '
( ) * + - , . /
0 1 2 3 4 5 6 7 8 9
: ; < = > ? @ [ ] ^ _ '
A a B b C c ... X x Y y Z z
{ } ~
Should be an easy sort fix. In English, this is a normal ASCII sort. It is probably because the sorting algorythm presently used is not including the unique dependencies of each language UTD executes in.
-
Dan commented
Here in the future (Sep 2015), toodledo is sorting _ before letters, and UTD is sorting it after. So either they both changed, or I'm doing something else wrong, or - who knows? But it's bad that something that is 3 years old is still under review. I can't even find any documentation on toodledo.com on what it's SUPPOSED to do!