Support Unicode console output on Windows
commit6259b1d212670980384036bae62a647ac4e33a80
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 11 May 2012 22:50:02 +0000 (11 17:50 -0500)
treead302bc0af163fdd8921e520e86c686980513c3a
parent4f44a7f38774d3c11a8289131729712f960d2246
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