I have this records in column City:
When I use the query "SELECT City FROM Cities ORDER BY City", "São Paulo" is sorted incorrectly (the problem is the "Ã" accented character):
How I can use a query or modify the database and sort the record with accented characters correctly?
Thanks in advance for any tip.
B4X:
Santo Domingo
São Paulo
Shanghai
Santiago
Sydney
When I use the query "SELECT City FROM Cities ORDER BY City", "São Paulo" is sorted incorrectly (the problem is the "Ã" accented character):
B4X:
Santiago
Santo Domingo
Shanghai
Sydney
São Paulo
How I can use a query or modify the database and sort the record with accented characters correctly?
Thanks in advance for any tip.