The first includes of my config.php is:

include_once("scripts/xlpage-utf-8.php");
$DefaultPageCharset = array(''=>'ISO-8859-9', 'ISO-8859-1'=>'ISO-8859-9');

include_once("$FarmD/cookbook/sqlite.php");
$WikiDir = new PageStoreSQLite($WorkDir.'/pmwiki.sqlite.db', 1);
$WikiLibDirs = array(
  &$WikiDir
//  ,new PageStore('wiki.d/{$FullName}'),
//  new PageStore('$FarmD/wikilib.d/{$FullName}')
);

The page here: http://icare.org/wiki/index.php/Researchers/SelimKu%C3%A7i comes up perfectly. It gets listed nicely from a pagelist over here: http://icare.org/wiki/index.php/Researchers/Researchers (see #71-the link to Selim Kuçi.) However, when you click the link, it takes you to to a blank page with ç replaced with �. You will need to login with uersname: demo password: demo to see the problem.

Does anyone know what the cause of this could be? I am out of ideas at the moment.

Thanks,
Alex
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to