I’m dealing with some displaying issues when my android device lang is set to Japanese/Chinese, is there a way I can query the SQLite data order by pronunciation or stroke for asian words?
Any suggestion would be greatly appreciated!
Green
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In SQL, the comparison/sorting algorithm is called a collation.
SQLite would allow to define additional collations in its C API, but this is not exported in the Android SQLite API.
You could either