Re: [sqlite] Problem with LIKE and greek characters

2012-02-23 Thread Robert Gdula
I'm trying to add ICU to my Sqlite static library, compilation is ok, and I have file of library, but when I try to use it I've got some errors, anybody can help me what I do wrong ? ..\..\Library\SQLCIPHER\libSQLCIPHER.a(SqlCipher.o):SqlCipher.c|| undefined reference to `ucol_strcoll_3_8'|

Re: [sqlite] Problem with LIKE and greek characters

2012-02-23 Thread Igor Tandetnik
Robert Gdula robert.gd...@gmail.com wrote: I'm trying to add ICU to my Sqlite static library, compilation is ok, and I have file of library, but when I try to use it I've got some errors, anybody can help me what I do wrong ? ..\..\Library\SQLCIPHER\libSQLCIPHER.a(SqlCipher.o):SqlCipher.c||

[sqlite] Problem with LIKE and greek characters

2012-02-22 Thread Robert Gdula
Hi, I've problem with greek characters when I'm using SQLite, it's no working, but for English charaters is ok, problem it is only for LIKE, when I use WHERE for greek characters it's working ok, how to resolve this problem ? ___ sqlite-users mailing

Re: [sqlite] Problem with LIKE and greek characters

2012-02-22 Thread Dan Kennedy
On 02/22/2012 03:53 PM, Robert Gdula wrote: Hi, I've problem with greek characters when I'm using SQLite, it's no working, but for English charaters is ok, problem it is only for LIKE, when I use WHERE for greek characters it's working ok, how to resolve this problem ? SQLite's built-in LIKE

Re: [sqlite] Problem with LIKE and greek characters

2012-02-22 Thread Robert Gdula
Thank you for the fast response, Mayby someone know any implementation of LIKE, ICU function for UNICODE ? W dniu 22 lutego 2012 10:15 użytkownik Dan Kennedy danielk1...@gmail.comnapisał: On 02/22/2012 03:53 PM, Robert Gdula wrote: Hi, I've problem with greek characters when I'm using

Re: [sqlite] Problem with LIKE and greek characters

2012-02-22 Thread Igor Tandetnik
Robert Gdula robert.gd...@gmail.com wrote: Thank you for the fast response, Mayby someone know any implementation of LIKE, ICU function for UNICODE ? http://www.sqlite.org/src/artifact?ci=trunkfilename=ext/icu/README.txt -- Igor Tandetnik ___