On Fri, 2002-10-25 at 16:33, Bert Van Kets wrote: > Of course I checked the mail logs before bugging the list. I could not > find a solution though. I did find that I need to use UTF-8 and not > iso-8859-1 (the Cocoon default) > > Searching through the source I found that a LOT of classes and XSLTs set > the encoding to iso-8859-1, so I am replacing these to UTF-8 and will > recompile afterwards. Lets see what that gives. >
Bert, I cannot imagine that the above would help, nor would changing the encoding of the serializer. Both UTF-8 and ISO-8859-1 support the characters you're having problems with. My guess is that the problem is either with mysql itself or with the mysql jdbc driver. Maybe your mysql client inserts the data incorrectly in the database? Try using a Java-based mysql (jdbc) client to insert the data into the database (or write a small java-prog). I'm also running mysql over here with cocoon etc (all in linux) and have no problems with special characters. But of course that doesn't help you ;-) Regards. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>