Support Unicode console output on Windows
commit277d7843d38b3429e49a283e0ed671391137b269
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 29 Jan 2012 10:58:12 +0000 (29 10:58 +0000)
tree2dd8bee221be4f840dccdb9bb0b8e3f7a6500318
parent85e3d57704287e6edbaae16c5d262be8608ec1c8
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