On Aug 28, 2017, at 9:15 AM, Carsten Müncheberg 
<[email protected]> wrote:
> 
> My goal is to write as few code as possible. How would you do this?

Something like this should work:

    $ sqlite3 my.db .dump | iconv -f utf-16le -t utf-8 | sqlite3 new.db
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to