[Issue 8386] New: writeln stopped working with wstring

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 13 05:41:39 PDT 2012


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

           Summary: writeln stopped working with wstring
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: thecybershadow at gmail.com


--- Comment #0 from Vladimir Panteleev <thecybershadow at gmail.com> 2012-07-13 05:41:38 PDT ---
import std.stdio;

void main()
{
    wstring s = "Hello, world!"w;
    writeln(s);
}

Prints "Hello, world!" in DMD 2.059, prints only "H" in git

-- 
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