Support Unicode console output on Windows
commit7b63a8048a6f176a5205ab0f95928c48c543e783
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 22 Oct 2012 12:29:58 +0000 (22 13:29 +0100)
tree54fc5438541de69d7c3e0c816cb10c20bfd8230f
parentcc2d2c551e45f22644bcc720973f59e668ec21e8
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