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


           Summary: How to specify an encoding to the .cs files in App_Code
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


The problem

-> I'm deploying on Linux ASP.NET applications that was developped with VS2003
(ported to 2005) cs files are windows-1252 encoded

In .net 1.1, it was simple: i've tell to prj2make to add the encoding to the
compiler parameter...
Now in .net 2.0 everything is compiled automatically... in utf-8 encoding...

It seems that the compilerOptions parameter doesn't works in 

<compiler language="c#;cs;csharp" extension=".cs"
type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4"
compilerOptions="/d:DEBUG;TRACE">

(web.config)


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