Support Unicode console output on Windows
commit086e7b6d0b2217b610245a6e166afcb61ac13c92
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 30 Mar 2012 18:42:37 +0000 (30 13:42 -0500)
tree1bd4e5dbe5e2f4e914883c544416e12904015206
parent1414047c9606a0292808f74d2ac4f98fd34b5396
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