Support Unicode console output on Windows
commit71b4329defdb1f142fff1f3132b432c340080d50
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerlmfadmin <lmfadmin@ubuntu.ubuntu-domain>
Fri, 3 Sep 2010 12:28:43 +0000 (3 13:28 +0100)
tree312f5e48ef5bd3ed29e36550464e2ad26c544a9c
parent3d358b696f86290c84f66ac535d6242039180e7a
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