[EMAIL PROTECTED] wrote:
How can I tell ResourceReader to put a certain charset in the http header?

<map:match pattern="*.css">
  <map:read type="resource"
    src="resources/styles/{1}.css"

    charset="utf-8"   <== This doesn't work. How can I get it?

    mime-type="text/css">
    <!-- option sitemap parameters -->
    ...
  </map:read>
</map:match>

Guessing it shoud be encoding="utf-8" instead of charset
        Leszek Gawron

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



Reply via email to