Different alphabetical order of Lists and Tags with special chars at different devices

romakhar says:
I'm talking about sidebar. Please, make alphabetical order of lists and tags same for different devices.
Scenario. Desktop:
Lists
@Person
#Project
I will see it on android as:
#Project
@Person
Desktop order of lists with special characters sorted alphabetically:
_-@*/%^+=~$A
Android order of lists with special characters sorted alphabetically:
#$%&*+-/=@^_A~
So, to have same order on both devices I use only
#%+=A
Desktop order of tags with special characters sorted alphabetically:
_-.@+A
Android order of tags with special characters sorted alphabetically:
+-.@_A
So, to have same order on both devices I use only
-.@A
I forgot about numbers, but it doesn't matter.
Scenario. Desktop:
Lists
@Person
#Project
I will see it on android as:
#Project
@Person
Desktop order of lists with special characters sorted alphabetically:
_-@*/%^+=~$A
Android order of lists with special characters sorted alphabetically:
#$%&*+-/=@^_A~
So, to have same order on both devices I use only
#%+=A
Desktop order of tags with special characters sorted alphabetically:
_-.@+A
Android order of tags with special characters sorted alphabetically:
+-.@_A
So, to have same order on both devices I use only
-.@A
I forgot about numbers, but it doesn't matter.
Log in
to post a reply.