https://bugzilla.novell.com/show_bug.cgi?id=450778


           Summary: Byte order marks in VS.net 2008 Pro/Express .csproj
                    files
           Product: Mono: Tools
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: xbuild
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: Other


csproj files of VS.net 2008 contains byte order mark which is not correctly
handled by xbuild.

Speculatively, It should work if in mcs
Microsoft.Build.BuildEngine/ImportedProject.cs line 52

StreamReader sr = new StreamReader (filename);
is changed to
StreamReader sr = new StreamReader (filename, true);



Supreet Sethi
Green Consultant


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to