For my
Eponyms iPhone App I wanted to bless SQLite with the ability to handle special chars - especially German Umlaute - like they should be handled, which e.g. is treating
ä like
a when sorting. Currently these Umlauts appear after Z, which is not what we want.
This article shows how to get this to work for your SQLite-using iPhone App, implemented as a static library.
Ray: Having the same problem. Very frustrating. Luckily, for some reason my released version worked on the iPad itself, but now I can't get it to run in the simulator. Getting no such table, which I'm guessing is an initialization error. Will continue to investigate.