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@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-aspnet-list

Reply via email to