Support Unicode console output on Windows
commitc7759fadde2afe698a21316023bcc8592cf7d56b
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerStepan Kasal <kasal@ucw.cz>
Thu, 15 May 2014 07:40:56 +0000 (15 09:40 +0200)
treec30775f4749e2fcdbc91939cac272a16b9b0a654
parent94696668a7cd46bc0a9e43c0496445d227d7bf98
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