Support Unicode console output on Windows
commit1987748e4e5b980d7eba865534f59501852df7bd
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 17 Sep 2010 09:34:20 +0000 (17 10:34 +0100)
tree864b4f49838c1189fc341c5bdc87ae7cb0754d7a
parent84301927e405acb62c7cd5f52ee103b274448832
Support Unicode console output on Windows

WriteConsoleW seems to be the only way to reliably print unicode to the
console (without weird code page conversions).

Also redirects vfprintf to the winansi.c version.

Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
compat/mingw.h
compat/winansi.c