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: nob...@puremagic.com
        ReportedBy: deep0...@gmail.com


--- Comment #0 from deep0...@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: -------

Reply via email to