Hi Louis.
 
I have mod_mono with apache 2.0.40 and mono 1.1.6.
My page has been wrote in win-1251 encoding, but all page generated for client having code in utf-8.
This is my configuration in web.config
 
<globalization
    fileEncoding="windows-1251"
    requestEncoding="utf-8"
    responseEncoding="utf-8"
    culture="ru-RU"
    uiCulture="ru-RU"
/>
Maybe this example halp you in you problemm.
 
Alexandr
 
----- Original Message -----
Sent: Monday, April 18, 2005 5:11 PM
Subject: [Mono-list] Encoding problems utf-8 iso8859-1

I'm trying to make a simple asp.NET page.  I have mod_mono installed with apache.  When I write my page in utf-8 encoding, it works but not when I write it iso8859-1 wich is a standard also.  I've tried to change encoding settings in machine.config file without success.  Does anyone have had this problem?  Or is there any doc about encoding on mod_mono.  My Perl scripts and html pages work well and there is no problem with encoding.
 
Maybe I'm not on the right list for this kind of question???
 
Thanks!
 
Louis
_______________________________________________ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to