Support Unicode console output on Windows
commit64341b5358fdacced8f48be4fd93d9bcf109a616
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 10 May 2014 21:56:27 +0000 (10 16:56 -0500)
treec30775f4749e2fcdbc91939cac272a16b9b0a654
parent4e4b3c742b2cc3a2a17cffb565fbfda026f0b4bd
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