On Sep 2, 2009, at 9:39 AM, Alberto Simões wrote:

Hello, drh.

On Wed, Sep 2, 2009 at 2:28 PM, D. Richard Hipp <d...@hwaci.com> wrote:




Works for me:

sqlite-imac:bld drh$ ./sqlite3
SQLite version 3.6.17
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> create table t1(x);
sqlite> insert into t1 values('Alberto Simões ξ €  夷');
sqlite> select * from t1;
Alberto Simões ξ € 夷
sqlite>

It worked for me before. No idea what is happenning.
Can you please send me your env?



Thank you
Alberto
--
Alberto Simões
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

D. Richard Hipp
d...@hwaci.com



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

Reply via email to