On 4-5-2015 20:54, Richard Hipp wrote: > 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. >
when using '.dump', it does not create a UTF8 file on Windows 7 (sQlite version 3.8.8.3)