Hans, I'm going to release a new version soon which will add & to the BOLTutfEscapeChars array. At the moment it doesn't seem to work the way I would like. I prefer the core to be simpler. The purpose of page names was to allow internationalizations, not odd punctuation.
However, once we have a new base, I will be happy to try and install whatever hooks or changes we need to allow a plugin to be developed that would extend the possibilities of page names to additional things. So save your notes/changes. 3.2.8 will not solve this particular issue. (I'm plenty busy fixing other bugs broken through this upgrade process). And once we have a fresh base to work from, please share whatever code you would like to see inserted in the core. Cheers, Dan On Tue, Oct 20, 2009 at 8:28 AM, Hans <[email protected]> wrote: > >> calls BOLTutf2url(). I tried adding there $x = html_entity_decode($x); >> before $x = urlencode($x);, but the html_entity_decode keeps failing >> me, not sure why! > > got the decode working in BOLTutf2url() with > > $x = html_entity_decode($x, ENT_QUOTES, 'UTF-8'); > $x = urlencode($x); > $x = strtr($x, $BOLTutfEscape); > return $x; > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
