Support Unicode console output on Windows
commitebfbc1c748413d0c9f3594d0b55facf5dbfe929d
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 27 Dec 2013 16:04:44 +0000 (27 10:04 -0600)
tree43bb8bb02a636787a15bd3d56ee894781ecce055
parent04deb9e87f95986b2ca8e7044ca76a63ae563337
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