Support Unicode console output on Windows
commitf5fc641efb45fb4866dc5db74d2296c3b1a44d9e
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 1 Feb 2011 22:23:24 +0000 (1 16:23 -0600)
treeea91250cd9d4c0d4ac87a48477e7b08a7eeee338
parent8b72752d8272624e3da5598c130ee0963e004c00
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