On 1/17/15, Roger Binns <rog...@rogerbinns.com> wrote:
>>
> The bug in the SQLite shell is that it tries to manage the encoding
> itself, which is fine if the file is in binary mode.  But with
> stdin/out in text mode doing so will lead to extra data mangling.  The
> shell needs to change stdin/out to binary mode:
>

OK.  Dave, please try this patch at let us know if it works better for
you:  https://www.sqlite.org/src/info/80541e8b94b7


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

Reply via email to