We have an application which will sort the set of strings written in different languages. The problem is that all of those srtings are located in a same column in a database, and there is no locale specified for those strings. When I have told my colleagues that it is not possible to sort those strings without using locale information, my colleagues replay me with the question "how the database does the same jobs for us"? May someone had a same problem and know the solution how to sort strings in unicode without using locale information? And second question is it absolute possible to do?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Your Database will have a default collation which will (amongst other things) be used for ordering. I believe it is actually possible to specify the collation for ordering during a query (although I have no idea what performance hit this would have). |
|||
|
|