http://bugs.winehq.org/show_bug.cgi?id=26448
--- Comment #7 from Spammer spammis@spam.la 2011-06-20 05:53:06 CDT --- Created an attachment (id=35208) --> (http://bugs.winehq.org/attachment.cgi?id=35208) Windows 7 registry dump
I found a difference between Windows 7 and Wine: the Windows 7 registry has a few registry keys specifying a character set for certain Windows code pages, whereas Wine has not. I've dumped the relevant part of my Windows 7 registry and attached it to this bug.
The value of key 65001 was, I believe, set manually by me in order to get a working UTF-8 cmd under Windows (but it failed: cmd still crashes a lot under Windows when switching to UTF-8, and screen output is not interpreted as UTF-8). The other keys were already set when I got my computer with Windows 7 pre-installed from Dell.
If I import these keys into Wine's regedit, wineconsole still crashes. The "cmd" program under Windows switches the command-line to the character set specified in the registry when changing character set, but Wine doesn't seem to implement this feature.