Carri� Laurent wrote:
>> What do the "strange characters" look like? Is it like "UTF-8
>> viewed as Latin-1" (e.g., "�" -> "é")?
>
> Yes it's that.
It seems the webserver presents your blog pages as Latin-1.
You might want to add the following line to the very top of your
blog_header DTML file:
<dtml-call "REQUEST.RESPONSE.setHeader('Content-Type', 'text/html;
charset=utf-8')">
and if that doesn't help, add the following to the <head> section
of the blog_header:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
I hope it helps.
Cheers,
--
Klaus Alexander Seistrup � Copenhagen � Denmark
http://www.magnetic-ink.dk/ � http://www.pnx.dk/
_______________________________________________
COREblog-en mailing list
[EMAIL PROTECTED]
http://postaria.com/cgi-bin/mailman/listinfo/coreblog-en
Unsubscription writing to [EMAIL PROTECTED]