Hi
With Android Studio Java
I can select a sqlite table like
Select * From MyTable Order By Name Collate Localized
The data returns ordered by with my language specific characters
But there is no such an option with
Delphi/Unidac
I receive an exception : no such collation sequence : Localized
regards