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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 9 04:37:43 EDT 2008


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

User informatique.internet at fiducial.fr added comment
https://bugzilla.novell.com/show_bug.cgi?id=377938#c5


Hubert FONGARNAND <informatique.internet at fiducial.fr> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|RESOLVED                                        |REOPENED
         Resolution|WONTFIX                                         |




--- Comment #5 from Hubert FONGARNAND <informatique.internet at fiducial.fr>  2008-04-09 02:37:43 MST ---
I'm sorry marek, this fix encoding of .cs files, but there is now a problem
with aspx encoded with windows-1252

I've added a line of accent in my previous aspx and I obtain :

accents from code :éééèèè
from aspx : ������ 

if i specify : <globalization requestEncoding="utf-8" responseEncoding="utf-8"
fileEncoding="windows-1252" /> (i use to do that in .NET 1.1)

i get 

 accents from code :éééèèè
from aspx : éééèèè 


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