Support Unicode console output on Windows
commiteb65b299ea0020fe3263d19af6f1cbdb04ba3740
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerStepan Kasal <kasal@ucw.cz>
Wed, 16 Apr 2014 14:31:03 +0000 (16 16:31 +0200)
tree4f50f4e4771564c4ea049fde3e64a5b9a6e8c555
parentd4c36517ad7e3a3537719a79f95e48d1e0caf64a
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