views:

81

answers:

1

Hi, I have a problem searching my SQLite database, which contains data written with cyrillic characters. If the key word is also cyrillic, then everything is ok, but if not, then I can`t get the result in my Android application.

Does anyone have an idea how can I implement searching the cyrilic data no matter the charset of the keyword? Thanks

+1  A: 

If you use UTF8 encode, There will be no problem.

imcaptor