[Issue 13493] New: DMD fails to open files with  non-ASCII characters on Windows
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Thu Sep 18 10:09:28 PDT 2014
    
    
  
https://issues.dlang.org/show_bug.cgi?id=13493
          Issue ID: 13493
           Summary: DMD fails to open files with  non-ASCII characters on
                    Windows
           Product: D
           Version: unspecified
          Hardware: Other
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: DMD
          Assignee: nobody at puremagic.com
          Reporter: sludwig at outerproduct.org
This is obviously related to the DMC runtime library (snn.lib). It pretty 
freqently gets reported by mostly Russian speaking DUB users, because their 
home directory contains Cyrillic characters.
DMD only accepts files that contain ASCII characters (maybe even LATIN1). 
Everything else results in an error message similar to this:
$ dmd тєѕт.d
Error: cannot read file ????.d
Reproducible with any Cyrillic character.
See also https://github.com/D-Programming-Language/dub/issues/420
--
    
    
More information about the Digitalmars-d-bugs
mailing list