Support Unicode console output on Windows
commitef83386efa6eb1d757a811a79dfc9de2be53a59e
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 17 Feb 2011 12:36:23 +0000 (17 13:36 +0100)
tree790809fef18d6b9ab26d1c944ae63b528e7bfa54
parente7cae66140fe451f9e488aa1c4d9a8be99dd1cec
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