On Thu, Feb 11, 2016 at 5:07 PM, Stephan Beal <sgbeal at googlemail.com> wrote:
> You might want to look at: > > https://www.fossil-scm.org/index.html/finfo?name=src/utf8.c Interesting. Thanks for sharing. fossil_utf8_to_console() does seem to be WriteConsoleW-based, when the http://www.siao2.com <http://www.siao2.com/2010/10/07/10072032.aspx> blog posts seem to indicate the Windows CRT can deal with it directly. And there's also the input side to consider, when naming non-ascii tables and columns, or entering text literals as expression values in general in sqlite3.exe. (And the post Clemens' referenced is less "optimistic" on the input side, than the output side) And reopening those Windows DBs on Linux and make sure idents and values do print correctly there as well. --DD