[Issue 7648] New: Can't open file (Windows UTF8)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 5 01:38:29 PST 2012


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

           Summary: Can't open file (Windows UTF8)
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: Windows
            Status: NEW
          Severity: major
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: deep0125 at gmail.com


--- Comment #0 from deep0125 at gmail.com 2012-03-05 01:38:28 PST ---
Created an attachment (id=1080)
source and exe

Can't open file.



Look in the archive

source:

-----------------------main.d
import std.stdio;

int main(string[] argv)
{
   auto file2 = File("Привет.txt");
   return 0;
}
---------------------------

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