Support Unicode console output on Windows
commit4ba1bb0b54561dbdba98a117a46db5160afd67d3
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 25 Aug 2010 10:31:24 +0000 (25 12:31 +0200)
tree965c418fbe7740c02a1dc3906c7e070b96a7eea1
parent69035b8f15888a14068d0727b56a9040620768b0
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