Support Unicode console output on Windows
commit6ecd89f2a6bbc7efc58ca9389aef4e3c22c32c95
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 24 Oct 2011 15:05:49 +0000 (24 10:05 -0500)
tree44e1bef55dfe665058b1247c10e8bd588b36d1cc
parent405a78ca92019dfba285bc8238ea6e26cd01d1c4
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