Support Unicode console output on Windows
commit0d16a58577077f4185200b8b8b488513391b2ae2
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 2 Nov 2011 20:12:12 +0000 (2 15:12 -0500)
tree1de9085c734aec78b8e799ed1807d4a233b7188d
parentf93cb107fa5740585082a3491782284e5c62bc6c
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