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.
anna.buhr says:
The same problem is caused by german umlauts (ä ö ü), on Desktop app an web app ist is sorted the right way
- Wäsche
- WT Montag
On Android (on smartphone and tablet) it is
- WT Montag
- Wäsche
So on the android apps it is sorted wrong, the umlauts just come after all the other letters, but they should be sorted as they were a o u.
- Wäsche
- WT Montag
On Android (on smartphone and tablet) it is
- WT Montag
- Wäsche
So on the android apps it is sorted wrong, the umlauts just come after all the other letters, but they should be sorted as they were a o u.
Log in
to post a reply.