Support Unicode console output on Windows
commitbb3656f8bfa3f1bdedc1368582b53e0c3bfefc50
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 10 Sep 2010 22:44:30 +0000 (10 23:44 +0100)
treed240dcd1c3e6f0c4b21b299df533131782a0122e
parent25b3c58e48353c9b9c82383a87e0ebd840679031
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