Support Unicode console output on Windows
commit465a4701bf1965a8cd4fe5ddb5c8d765be078749
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 8 Oct 2011 19:47:14 +0000 (8 14:47 -0500)
tree00b895adcc60a51b9e1e88146fab25e4d92702cd
parent97a83c468ca5dc4647e62403a0e7da3f4aad56f2
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