persian/arabic search in sqlite android gives bad result -


i have problem sqlite database. seems not support full persian/arabic characters. when search fields based on persian chars, of times sqlite can't recognize chars.

i insert data database copy them html file. when type string , search, no result show. if copy string , search, works.

the string html file is:

"احكام خمس"

the typed string is:

"احکام خمس"

these strings different.

the html string begins characters u+0627, u+062d, , u+0643 (alef, hah, , kaf).

the third character of typed string not u+0643 u+06a9 (keheh).


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -