Support Unicode console output on Windows
commitd0a41e277525a9b5797c03f77e6587611c5872cf
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerKarsten Blees <blees@dcon.de>
Thu, 15 Mar 2012 17:05:15 +0000 (15 18:05 +0100)
tree2b770b1dcacdbddf12afbfdd3027c8f88140cebd
parent0ebe5e3127145c21a676e215185938e70404669f
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