views:

203

answers:

1

I need to define an arbitrary comparison method for sqlite in code. I need to be able to search for "e" and find both "e" and "é" (this is an example and the actual characters are in Persian). any help appreciated.

+3  A: 

Would this help?

Joey