Support Unicode console output on Windows
commit8e4a3e40606326c60a90a6b765d2e729c3707e58
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 6 Apr 2012 21:46:48 +0000 (6 16:46 -0500)
tree51fbd6187e4da79414c675c7468116c7e2310a67
parent56fe11bb6ca2a5a625805ebed8cf4c04a61e8929
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