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.
Rafael: Thank you very much, I was having a huge headache to solve the very same problem!