Hello!

В сообщении от Friday 01 August 2008 14:05:09 Christophe Leske написал(а):
> Graeme schrieb:
> > I apparently successfully compiled the ICU extension with:
>
> Has anyone sucessfully compiled the ICU extension for Windows (XP)? If
> so, i would be very interested in the steps, thank you.
>
> Also, isn´t it that the command line interpreter for windows (the one
> offered at the sqlite site) should have the ICU extension built-in?
>
> If so, then i must say that it apparently hasn´t, as i cannot do any SQL
> statements in it whatsoever.
>
> Any diacritic character like "ü" gets apparently garbled in the statements.
>
>
> I am doing something like this
>
> select * from cities where name like "münchen"; --> no result
>
> whereas if i do
>
> select * from cities where name like "m³nchen"; --> correct results
>
> Note the weird "upper 3" character in the request, which apparently
> represents the Umlaut "ü".
>
> Either the command line interpreter does not correctly handle diacritic
> characters, or my sqlite database was wrongly created (it was an
> automatic conversion from an Access MDB file thought).
>
> Thanks for any help,

Try this
http://dload.mobigroup.ru/sqlite-ext/icu/3.5.9/libSqliteIcu.dll


Best regards, Alexey.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to