I'm working on a android application with SQLite, but I have a problem with charterers not ASCII. I researched about that and I found the solution is compile a new SQLite version with ICU activated. I downloaded the NDK, ICU and I follow the guide of this page:
http://www.sqlite.org/android/doc/trunk/www/index.wiki
However this page only shows how to compile the a new SQLite, I do not how to add ICU on this process.
How can I compile the SQLite with ICU ? (I'm using Windows)
Thanks.