Support Unicode console output on Windows
commitc2ba388343bfb9039f4dd05053a9ba35f255bb49
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 24 Apr 2011 23:42:29 +0000 (25 00:42 +0100)
tree2995864303ba55136aadb6080e8b1ef5c22ddeba
parent5860fad896e8b2846ebcb73a08aa2510ed9af4f2
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