Re: [sqlite] How to enable icu for sqlite shell

2014-10-25 Thread dave
> -Original Message-
> From: sqlite-users-boun...@sqlite.org 
> [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of dd
> Sent: Saturday, October 25, 2014 3:59 AM
> To: General Discussion of SQLite Database
> Subject: [sqlite] How to enable icu for sqlite shell
> 
> 
> Hi,
> 
>   I need to verify unicode stuff with shell. Is it possible?
> 
>Tried with .load icu, thrown "icu.so cannot open...". 
> Where can I find
> icu.so on sqlite.org?

You very probably have to compile this yourself, sqlite tends to be a source
distribution, with some precompiled binaries of the shell provided as a
convenience.  I don't know if you have the capabilty to build on-hand, but a
quick web search revealed this
http://stackoverflow.com/questions/1818678/compiling-the-icu-sqlite-extensio
n-statically-linked-to-icu
Which might give you a leg-up on the process, in particular related to the
ICU extension.

-dave


___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] How to enable icu for sqlite shell

2014-10-25 Thread dd
Hi,

  I need to verify unicode stuff with shell. Is it possible?

   Tried with .load icu, thrown "icu.so cannot open...". Where can I find
icu.so on sqlite.org?

Thanks.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users