Support Unicode console output on Windows
commit0722d1c88018717fcf61fa0c7993b2aceda71dd1
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 3 Aug 2010 08:35:35 +0000 (3 10:35 +0200)
treeca5e5afc22df223dc142eae3a4ca3a11b3a06588
parentea0869baf3277d1399baff9983239169dce704a4
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