again:
add encoding parameter to your HTML Serializer definition in your sitemap
(in /map:sitemap/map:components/map:serializers)

<map:serializer name="html" mime-type="text/html"
src="org.apache.cocoon.serialization.HTMLSerializer">
   <encoding>ISO-8859-1</encoding>
</map:serializer>

if this doesn't work it might be a caching problem. If you use Tomcat
shutdown Tomact delete everything in the cocoon directory in your tomcat
work directory ($TOMCAT_HOME/work/localhost/cocoon) and restart Tomcat. If
this still does not work it might be a bug somewhere. Then please post a
description of your environment and a snippet of your sitemap (and perhaps
also the xml and xsl files - but better not to the list).

- peter

-----Ursprüngliche Nachricht-----
Von: Samuel ARNOD-PRIN <[EMAIL PROTECTED]>
An: [EMAIL PROTECTED] <[EMAIL PROTECTED]>;
[EMAIL PROTECTED] <[EMAIL PROTECTED]>
Datum: Donnerstag, 30. August 2001 18:25
Betreff: Re: [C2] Don't know how to use character encoding ?! Please HELP


>> Its working perfectly in my environment (Tomcat/latest Cocoon2). It also
>> worked with earlier versions of C2. Perhaps you have a caching/reloading
>> problem.
>>
>> In my HTML <head>:
>> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
>
>I confirm too, I still have charset=UTF-8... did you do something
>particular for this ?
>
>how can I rid of this *** UTF-8 ???
>
>---------------------------------------------------------------------
>Please check that your question has not already been answered in the
>FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail: <[EMAIL PROTECTED]>
>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to