You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Michael Gerzabek <mi...@at.efp.cc> on 2002/10/30 14:25:45 UTC

is ISO-endoding working correctly?

We currently develop with 2.1dev and it seems that the Serializer 
ignores the encoding configuration. All pages are encoded UTF-8
nevertheless they are configured to be ISO-8859-1.

Does anyone have an idea?

- Michael
_______________________________________________________________________
         Michael Gerzabek             EMail: michael.gerzabek@at.efp.cc

         EFP Consulting GmbH
         Praterstrasse 45             Tel: +43-676-3819110
 

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: is ISO-endoding working correctly?

Posted by Frank Taffelt <fr...@interface-business.de>.
> Does anyone have an idea?
yes:
The problem lies in AbstractTextSerializer which contains an ugly bugfix for
an xalan-bug. This bugfix is needed to run the SourceWritingTransformer
stuff correctly but on the other side it knocks out the configuration of any
Serializer (XML,Text,...) beside the implicit default configuration.

Workarround: If you don't need the SourceWriteTransformer stuff look into
current Source of  AbstractTextSerializer and use the outcommented part of
getTransformerHandler() method instead..

hth,
Frank


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org