[Issue 11232] New: Windows sysErrorString only supports ASCII
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Oct 12 01:57:50 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11232
Summary: Windows sysErrorString only supports ASCII
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: jakobovrum at gmail.com
--- Comment #0 from Jakob Ovrum <jakobovrum at gmail.com> 2013-10-12 01:57:45 PDT ---
`std.windows.syserror.sysErrorString` uses `FormatMessageA` when it should be
using `FormatMessageW`. This results in the infamous question marks when the
text is in a non-English language; for some combinations of language and error
message, the entire text is composed of nothing but question marks.
--
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