[Bug 8022] cmd.exe uses wrong codepage for console output

Wine Bugs wine-bugs at winehq.org
Wed Apr 11 17:21:31 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=8022


us at edmeades.me.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wine-bugs at winehq.org
         AssignedTo|wine-bugs at winehq.org        |us at edmeades.me.uk




------- Additional Comments From us at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.



More information about the wine-bugs mailing list