[Mono-bugs] [Bug 357053] [Regression] Encoding problem since r93848

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jun 25 03:50:11 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=357053

User michele.casetta at satt.biz added comment
https://bugzilla.novell.com/show_bug.cgi?id=357053#c8


Michele Casetta <michele.casetta at satt.biz> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |michele.casetta at satt.biz




--- Comment #8 from Michele Casetta <michele.casetta at satt.biz>  2008-06-25 01:50:11 MDT ---
It doesn't seem to be solved.
I have the same problem with opensuse 10.3 + mono 1.9.1. My apache installation
is configured with 2 virtual hosts, one listening to port 80 and one to port
443 and everything works fine with plain html pages.

I attached the file Test.aspx showing the problem with some accented
characters, rendered as ?? when using apache.
Note: xps2 renders the characters correctly.

Setting MonoSetEnv doesn't work.
This is the mod_mono.conf I'm using:

#<IfModule !mod_mono.c>

    LoadModule mono_module /usr/lib/apache2/mod_mono.so
    MonoServerPath /usr/bin/mod-mono-server2
    MonoSetEnv LANG=it_IT.UTF-8

    AddType application/x-asp-net .aspx
    AddType application/x-asp-net .asmx
    AddType application/x-asp-net .ashx
    AddType application/x-asp-net .asax
    AddType application/x-asp-net .ascx
    AddType application/x-asp-net .soap
    AddType application/x-asp-net .rem
    AddType application/x-asp-net .axd
    AddType application/x-asp-net .cs
    AddType application/x-asp-net .config
    AddType application/x-asp-net .Config
    AddType application/x-asp-net .dll
    DirectoryIndex index.aspx
    DirectoryIndex Default.aspx
    DirectoryIndex default.aspx

#</IfModule>


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list