Support Unicode console output on Windows
commit53f357e029e1369e2d5800441e29b799b51372ba
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 14 Feb 2012 20:00:24 +0000 (14 14:00 -0600)
tree8975af026e888928524b812ec4ce08ab13558f6a
parentf6ccac59cd08190d1f0fc2e4dffd00abff8a811f
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