Support Unicode console output on Windows
commitbf6c56f9831bf54adae6adc45bc22ee2e84287de
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 27 Oct 2011 08:51:06 +0000 (27 09:51 +0100)
tree5753791ad5ccb8a51394ad42b182f78262b1f9ba
parent0a01b7d6350eaee22890a73e3485d79372ba778b
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