https://bugzilla.novell.com/show_bug.cgi?id=383756
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=383756#c3 Marek Habersack <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Marek Habersack <[EMAIL PROTECTED]> 2008-04-28 04:23:56 MST --- I can't reproduce the issue (it works for me both from apache and standalone xsp), but I'm guessing that your apache doesn't have the LANG environment variable set properly. It needs to be present in the apache process environment and set to a locale using UTF-8 encoding, e.g.: LANG=en_US.UTF-8 Some operating systems reset the environment of apache and remove the variable on the server startup. Check your /etc/apache2/ directory for a file called environment, envvars or any other file name which seems to relate to the environment and then modify it to contain the above LANG setting. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
