Support Unicode console output on Windows
commit44bf9ce4bacbd04145910c9c1c0dd8681fed8e2b
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 1 Oct 2012 13:34:27 +0000 (1 14:34 +0100)
tree8fde269d3b3dc343776bcaa53659f93d72398038
parent0b24fce5f0b9eb5282a6f4f42bd78eb189ce8ec2
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