http://bugs.winehq.org/show_bug.cgi?id=8022
us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine-bugs@winehq.org AssignedTo|wine-bugs@winehq.org |us@edmeades.me.uk
------- Additional Comments From us@edmeades.me.uk 2007-11-04 17:21 ------- k, Investigating (1) shows a bug in msvcrt Unicode routines. Started a discussion on wine-devel to see how to fix it. It may account for the dir issue as well, but as I cant reproduce it I cant tell
To follow the discussion, look at http://article.gmane.org/gmane.comp.emulators.wine.devel/50241
Basically wprintf->vsnwprintf->fwrite->_write->WriteFile->WriteConsoleA ie a Unicode string gets written out as ANSI, ie the nulls between the characters (for basic a-z) come out as well when they shouldnt