[Issue 1166] New: DMD doesn't support UTF encoded response files.
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Apr 19 19:38:15 PDT 2007
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=1166
           Summary: DMD doesn't support UTF encoded response files.
           Product: D
           Version: 1.012
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: jcarrascal at gmail.com
If an utf-* encoded file is used as a response file the compiler responds with
an error:
C:\dmd>type test.rsp
´╗┐test.d
C:\dmd>type test.d
void main()
{
}
C:\dmd>dmd @test.rsp
´╗┐test.d: module ´╗┐test cannot read file '´╗┐test.d'
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list