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

Alberto León leontiscar at gmail.com
Fri Apr 29 05:38:08 EDT 2011


The problem is bigger with dynamic pages. You need ensure the transaction
encode to be the same as the page and the data store in database too.

2011/4/29 Robert Jordan <robertj at gmx.net>

> 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/20110429/30a950ec/attachment-0001.html 


More information about the Mono-aspnet-list mailing list