[Mono-aspnet-list] Globalization still not working in Mono 2.10

H . test051102 at hotmail.com
Wed May 4 14:12:16 EDT 2011



Take a look at the tests I have done. I have extended the bug report. Yes, fileEncoding="iso-8859-1" 
fixed some of the problems. But why is the test.htm file always 
displayed wrong?

No, there is definitely a problem. I have several working web applications that are currently running under .Net Framework. When beeing tested under Mono 2.10 there are lots of encoding problems. But I have to say, that I can't yet provide an appropriate sample application that demonstrates the issue.

By the way, the sample application that I have created and added to the bug report does work without any modifications under .Net Framework. There are absolutely no encoding problems! What I want, is that such an application can be run without modification (or at least with minimal modifications) under Mono. 

It is amusing to see, that the editor of MonoDevelop 2.6 Beta 2 displayes the content of test.htm as well as Default.aspx correctly in all cases.



> To: mono-aspnet-list at lists.ximian.com
> From: robertj at gmx.net
> Date: Fri, 29 Apr 2011 11:29:08 +0200
> Subject: Re: [Mono-aspnet-list] Globalization still not working in Mono 2.10
> 
> On 28.04.2011 22:00, H . wrote:
> > I am experimenting with Mono since Version 2.0. Ever since that time
> > Mono corrupted all special characters inside .aspx pages. There are
> > lot's of articles around different forums on the internet about this
> > topic. But nobody knows a solution. I have created a bug report (bug
> > 690675) which contains a test project that clearly demonstrates the
> > issue.
> 
> You're missing the fileEncoding attribute:
> 
> <globalization fileEncoding="utf-8" requestEncoding="utf-8" 
> responseEncoding="utf-8" />
> 
> > Adjusting the settings in the<globalization>  section in web.config
> > doesn't help to resolve the problems either.
> >
> > I wonder why this problem has not been resolved for such a long time.
> 
> Because there is no problem to be fixed.
> 
> Robert
> 
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20110504/1c26b63c/attachment.html 


More information about the Mono-aspnet-list mailing list