From: web Date: Tue, 15 May 2007 08:48:32 +0000 (+0000) Subject: Fix pmWiki vs UTF-8 issues X-Git-Tag: xorg/0.9.14~12 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=9b092b3300af6787da3a3889fcdcc51ad9e21ca9;p=platal.git Fix pmWiki vs UTF-8 issues git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.14@1824 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/include/wiki/farmconfig.php b/include/wiki/farmconfig.php index d62c5c7..a4adf9d 100644 --- a/include/wiki/farmconfig.php +++ b/include/wiki/farmconfig.php @@ -19,6 +19,7 @@ $Skin = 'empty'; @include_once("$FarmD/cookbook/e-protect.php"); include_once($FarmD.'/scripts/xlpage-utf-8.php'); +ResolvePageName(); if ($action == 'rss' || $action == 'atom' || $action == 'rdf' || $action == 'dc') { $FmtPV['$MarkupExcerpt'] = '$page["text"]';