Support Unicode console output on Windows
commit74e04bf0ee3de923afd904f56c7836235c634918
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 3 May 2012 15:32:48 +0000 (3 10:32 -0500)
tree301376bc2e446fbae1789c1c6f59a91185cbc8ef
parent4a68eb5f3fc62090fbbc4fdb16b0d100a341ab55
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