Support Unicode console output on Windows
commitd52d27e225b1c2bd8b902b4441e11f263f42ad29
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 28 Dec 2010 17:56:08 +0000 (28 18:56 +0100)
tree5cc5c4ecf3f78938056cbb140b8ab57fc09f7a17
parent93e4be88861d904900261e01c9797fbf4c3be8b4
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