> yet another utf-8 issue :(
>
> my PageNotFound has the following variables which act differently:
>
> Page "{$RequestedPage}" does not exist.
> [[{*$FullName}?action=edit|Create {*$Name} in {*$Group}]]
>
> while {*$Name} and {*$Group} do show the letter correct (this case
> umlauts) the {$RequestedPage} does not.
>
> Any ideas? (removing or adding the * from the vars does not change
> anything)
>
You have to re-define the $RequestedPage page variable _after_ the XLPage() or
include_once xlpage-utf-8.php calls:
XLPage('fr','Site.XLPage-fr');
// include_once($FarmD.'/scripts/xlpage-utf-8.php');// or this one
$FmtPV['$RequestedPage'] = "'".htmlspecialchars($pagename, ENT_QUOTES)."'";
See also these tips about UTF-8 I added on the wiki:
http://pmwiki.org/wiki/PmWiki/Internationalizations#notes
http://www.pmwiki.org/wiki/Cookbook/AsSpacedFunctionInUTF-8
Petko
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users