[pmwiki-users] non-standard characters when I use IncludeURL?
Chris Cox
ccox at endlessnow.com
Thu Aug 7 22:43:06 CDT 2008
Tegan Dowling wrote:
> Hi list:
>
> I'm experimenting with using
> http://www.pmwiki.org/wiki/Cookbook/IncludeUrl to display a client's
> blogger blog in a page on their wiki. Funny formatting stuff happens
> that I think we can live with, except for the appearance of some
> non-standard characters among the text from the included blog. At least
> in MSIE7 and Firefox 3.01, I see the character  (if it comes through
> email to you) between sentences in the text.
>
> You can see the experiment at
> http://www.wellspringinc.org/Site/TestBlogDisplay -- note the  between
> sentences of the "Flood Relief Update" blog entry.
>
> I have tried using "charset=utf-8" in place of "charset=iso-8859-1" in
> the skin's .tmpl file, but that's no help. Can anyone suggest anything
> that might fix the problem?
You need to include the xlpage-utf-8.php in your config.php
include_once("$FarmD/scripts/xlpage-utf-8.php");
More information about the pmwiki-users
mailing list