Hi Ricardo, Thanks, i ran into the same problem some time ago. I ended up by converting the content in the database from iso-8859-1 to utf-8. Your solution seems to be a lot less work.
Did you also try to change <%@page language="java" contentType="text/html; charset=utf-8" %> in the editwizard jsp pages in /mmapps/editwizard/jsp/. This didn't work? Regards, Henk. T. +31-(0)6-29054903 F. +31-(0)13-4680318 E. [EMAIL PROTECTED] I. http://www.mmatch.nl > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Ricardo Kustner > Sent: Saturday, July 20, 2002 7:24 PM > To: [EMAIL PROTECTED] > Subject: charset encoding, editwards & orion > > > Hi, > > I've spent a reasonable amount of time the past few days to > try to fix a problem with a lot of our mmbase installations > with orion on a (Debian) Linux server. The editwizards kept > on refusing to properly handle iso-8859-1 charsets; (showing > a "?" for special characters... you know the deal) even > though the jsp and scan editors worked fine... adding > -Dfile.encoding at the java commandline wasn't enough either ... > > It turned out I could fix this by adding > default-charset="iso-8859-1" > in the <orion-web-app/> tag in config/global-web-application.xml, > which solved my problem. > > I don't know if anybody else has / or will have the same > problem in the future, but hopefully this will safe them some > time (and headaches) if they do... > > ...we really need a mmfaq module :) > > Ricardo. > >
