Tizen support unicode sorting. This creates problem for european languages which use normal english letters and special character set but every language has its own ordering.
For example sorting in french using String::Compare or StringComparer. Tizen gives below order
Espange
Islande
République tchèque
Émirats arabes unis
But actual order in french language should be
Émirats arabes unis
Espange
Islande
République tchèque
This is occuring because tizen is doing unicode based sorting, which works fine for korean or chinese but will create problem with european language.
I was expecting tizen to have some locale based sorting. Where sorting will occur as per language or country but i did not find anything.
Sorting in European languages
Tizen support unicode sorting. This creates problem for european languages which use normal english letters and special character set but every language has its own ordering.
For example sorting in french using String::Compare or StringComparer. Tizen gives below order
But actual order in french language should be
This is occuring because tizen is doing unicode based sorting, which works fine for korean or chinese but will create problem with european language.
I was expecting tizen to have some locale based sorting. Where sorting will occur as per language or country but i did not find anything.
Can somebody suggest idea for above problem
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio