[pmwiki-users] umlauts again
noskule
noskule at gmx.net
Mon Mar 27 12:06:55 CST 2006
noskule schrieb:
>hi list
>I made the following script to get related pages (Discussion,
>Presetation, ...)
>
>GLOBAL $pagename;
>$presentation = '/.-Presentation/';
> if (preg_match($presentation, $pagename))
> $PageTextStartFmt = "*\n*<div id='presentation'>*\n*";
>
>So, if the name ends with "-Presentation" the id wikipage id changes
>from wikitext to presentation. This works except if the pagename
>consists umlatuts.
>
>cause the wikipage name is "Einleitung-Pr%e4sentation" but displays
>
>
I mean Einleitung-Präsentation .. ..
>Einleitung-Presentation. Could this be changed somhow?
>grz nos
>
>_______________________________________________
>pmwiki-users mailing list
>pmwiki-users at pmichaud.com
>http://host.pmichaud.com/mailman/listinfo/pmwiki-users
>
>
>
>
More information about the pmwiki-users
mailing list