[Issue 5687] std.string.format() error with "%a"
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Mar 3 11:58:30 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5687
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #5 from Walter Bright <bugzilla at digitalmars.com> 2011-03-03 11:55:36 PST ---
%a and %A formatting is done in Phobos using snprintf, which (sadly) produces
different results on Windows than Linux.
In order to properly fix this, we just need to write our own %a formatter.
--
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