On 9/20/07, P Kishor <[EMAIL PROTECTED]> wrote:

> sqlite> select * from tbl;
> the first record
> é ç ñ î
> more from 3rd row
> row four
> these "volunteered" activities
> <á ø ã ü î & others>
> -----------------------------
> sqlite> .mode csv
> sqlite> .output foo.csv
> sqlite> select * from tbl;
> sqlite> .q
> Lucknow:~/Data/ecoservices punkish$ less foo.csv
> "the first record"
> "\351 \347 \361 \356"
> "more from 3rd row"
> "row four"
> "these \223volunteered\224 activities"
> "<\341 \370 \343 \374 \356 & others>"
> foo.csv (END)
> -----------------------------

Note that this is *not* UTF-8.  If you're still using this as test
data, you need to get rid of it and use UTF-8 encoded data instead.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to