Support Unicode console output on Windows
commit6adfe5c463157dfd7b27a7e9fe640deec0ab038d
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 6 Dec 2011 00:17:02 +0000 (6 00:17 +0000)
tree9b4c022cc68c1005ed255dd87c947b22c0c2d635
parent0c94a585a8845fcf154c2c26750e858f8cf2a234
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