[Issue 5926] D2 shows empty command line on Windows 98 SE

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 4 22:08:24 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=5926



--- Comment #10 from Denis <verylonglogin.reg at gmail.com> 2011-05-04 22:04:18 PDT ---
argv is in windows multi byte format and just can't store every UTF-16 symbol.
But, in old windows there are no *W functions to create a process with UTF-16
argumants. Maybe it is possible, but we don't want to support such unusual
cases. So, the reasonable solution, I think, is just to use argv for old
windows with MultiByteToWideChar instead of CommandLineToArgvW.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list