[Mono-bugs] [Bug 722819] Globalization is ignored. Output is allways UTF8
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Oct 28 11:02:19 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=722819
https://bugzilla.novell.com/show_bug.cgi?id=722819#c3
--- Comment #3 from J. Christopher Pereira <kripper at imatronix.cl> 2011-10-28 15:02:18 UTC ---
Ok. I found out that globalization works (I get ISO-8859-1 output) when the
application is located in the root url path (/) with:
Alias / "/opt/myApp"
But, it doesn't work (I get UTF-8 output) when I put the app. in another path,
ie:
Alias /here "/opt/myApp"
I tried to find any directive in Apache, but had no luck.
In fact, using "AddDefaultCharset ISO-8859-1" didn't work either.
It seems like something is overwritting Mono's globalization configuration.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list