On 26.05.2004 12:41, [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 -->
I fear the only possibility is to hack it into the mime-type as both settings end in the content-type header:
mime-type="text/css; char-set=utf-8"
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
