Support Unicode console output on Windows
commita7b67659a829879c0d3ab1cb0a805f559fdab739
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 19 Jun 2012 22:29:39 +0000 (19 23:29 +0100)
treeac3ff2813d98b432a99a3c2bbfe57e013ac99dcc
parent7b6e63b9899a625145f4311fbf19aa2881f9fc2e
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