Support Unicode console output on Windows
commit5cbe2d5fad6b1bb5b399157f0f64f90897051968
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 19 Dec 2010 22:17:03 +0000 (19 23:17 +0100)
tree151128d8bf82a5072d2ef54108f81d1d27d54ae1
parentf460bdf87e54b68b33e84d6534bbf6d19963612d
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