Re: [sqlite] SQLite with ICU

2008-09-03 Thread Alexey Pechnikov
Hello! В сообщении от Wednesday 03 September 2008 18:28:44 Dhiogo Silva написал(а): > My question is: > Have you ever done it before? I mean, have you ported ICU to work with > SQLite? You must to compile icu lib and after for linux: gcc -shared icu.c `icu-config --ldflags` -o libSqliteIcu.so f

[sqlite] SQLite with ICU

2008-09-03 Thread Dhiogo Silva
hey all, how are you doing? I´m a Brazilian student and I´m trying to port ICU to the ARM Platform and make it work with SQLite. I went through SQLite website and there is just a file called icu.c which is the way SQLite access ICU functions. which can be found here: http://www.sqlite.org/cvstrac