http://bugs.winehq.org/show_bug.cgi?id=8598
Summary: msvcrt file IO functions do not handle unicode properly in text mode Product: Wine Version: CVS Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: lich@math.spbu.ru CC: us@edmeades.me.uk
msvcrt file unicode output functions (wprintf family) should use ANSI (or, maybe, console output) codepage if stream is in text mode. Currently they output unicode as-is.
[This bug used to be a part of bug #8022]