Issue
For example in turkish we have some special characters like 'ç ,ğ, ö' etc. And I want to be able to sort with them. Is it possible? Thanks for any help.
Solution
Sort order is determined doing a lexicographical sort by comparing the Unicode. This article offers you two solution for your problem: check it out
Answered By - Jánosi-Borsos Róbert
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.