Support Unicode console output on Windows
commitc03a01e89214a0716f2cae0855d93df139c7eb35
authorKarsten Blees <blees@dcon.de>
Sat, 31 Jul 2010 00:04:01 +0000 (31 00:04 +0000)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 11 Aug 2010 13:47:28 +0000 (11 15:47 +0200)
tree662b816da4de6634c80dd4cf5fccd44a8a5ac2a2
parentf9a8b529a51fcec83dc94a0aebc6a0c479d0a4ae
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