On 5/4/15, Peter Haworth <pete at lcsql.com> wrote: > When using the .dump command with .output to a filename, what encoding does > sqlite3 for the file? Same as the database encoding? Is it possible to > change whatever encoding is used? > > Similarly, when using the .import command, does sqlite3 assume the input > file is the same encoding as the database? >
I think it assumes UTF8 in both cases. -- D. Richard Hipp drh at sqlite.org