Can you check which serializer you're using and did you explicitly set the encoding?
http://cocoon.apache.org/2.1/userdocs/default/html-serializer.html http://cocoon.apache.org/2.1/userdocs/xhtml-serializer.html -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Thursday, September 20, 2012 10:11 AM To: [email protected] Subject: RE: more encoding problems Yep, I noticed that too. But where it is coming from? Remember, the whole cocoon directory is a copy from old to new. I also copied e.g. Tomcat server.xml same way. - mika - On Thu, 20 Sep 2012 10:03:46 +0200, Robby Pelssers <[email protected]> wrote: > The one that does not work has following encoding in <head> > > <meta content="text/html; charset=ISO-8859-1" > http-equiv="Content-Type"> > > Robby > > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Thursday, September 20, 2012 9:23 AM > To: [email protected] > Subject: more encoding problems > > > Hi, > C2.11, I moved my app from one server to another, which resulted > some > pages to broke that is scands won't encode properly. > I have this in my sitemap: > > <map:match pattern="linkki/html/*"> > <map:generate src="cocoon:/linkki/{1}" type="text"> > </map:generate> > <!--<map:transform type="xslt" src="linkki.xslt"/>--> > <map:serialize type="text"> > </map:serialize> > </map:match> > > <map:match pattern="linkki/*"> > <map:read type="databasereader" src="0" mime-type="text/plain"> > <!-- option sitemap parameters --> > <map:parameter name="table" value="arvot"/> > <map:parameter name="image" value="arvo_varchar"/> > <map:parameter name="key" value="fake"/> > <map:parameter name="where" value="id={1}"/> > </map:read> > </map:match> > > You can try this out: > Old server > http://77.240.23.91/cocoon/palaute_app/linkki/841 works > http://77.240.23.91/cocoon/palaute_app/linkki/html/841 works > New server > http://88.148.163.59/cocoon/palaute_app/linkki/1059 works > http://88.148.163.59/cocoon/palaute_app/linkki/html/1059 doesn't > work > !! > > Any thoughts? > I have tried a lot of things without success. > > - mika - > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
