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

Robert Jordan robertj at gmx.net
Fri Apr 29 05:29:08 EDT 2011


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



More information about the Mono-aspnet-list mailing list