Hi Nick,
I include full (with data for all languages) icudt46l.zip file to assets of my project. The problem still exists.
In the project I have not-encripted database which is created on PC. I extract it from assets and export it to database created with SQLCipher. I use sqlcipher_export function.
Maybe this is the reason why LIKE works bad, is it?
Maybe database should be utf-16?
SQL table:
CREATE TABLE if not exists ActionType (_id INTEGER PRIMARY KEY ASC AUTOINCREMENT, Title TEXT);
SQL query:
"select _id, Title from ActionType where title like '%" + title + "%' COLLATE LOCALIZED "
четверг, 4 октября 2012 г., 0:00:05 UTC+4 пользователь Nick Parker написал: