[Mono-bugs] [Bug 377938] New: How to specify an encoding to the .cs files in App_Code

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 8 08:35:35 EDT 2008


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: mhabersack at novell.com
        ReportedBy: informatique.internet at fiducial.fr
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list