Support Unicode console output on Windows
commit2902197ece30d07aa0015e053b3893974554cc9e
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 8 Jan 2011 14:15:32 +0000 (8 15:15 +0100)
treea3d3c43bc09c71e514951d1c89e48695e8998035
parent9123a3d382eb6b3e8b8019ced340a273bb0221c2
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