I am developing an android app for Gujarat’s farmers. So this app should be in Gujarati also. So is there any way so that i can store my data in Gujarati in SQLite?
Share
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.
SQLite supports both UTF-8 and UTF-16 encodings and the Android SQLite API takes String object which is represented by array of UTF-16 values. So you’re good to go.