Support Unicode console output on Windows
commit9f0b06d501b232b6c717617a79bd6228dea877e1
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 12 May 2012 04:25:49 +0000 (11 23:25 -0500)
treead302bc0af163fdd8921e520e86c686980513c3a
parent9e11561a810eb8658fea99ea851907880eb9a0d2
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