2

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.

Ali Shafai
  • 5,141
  • 8
  • 34
  • 50

1 Answers1

3

Would this help?

Joey
  • 344,408
  • 85
  • 689
  • 683