> Does it help at all to add '&' to the list on line 64 of engine.php?
> Seem it is one of the characters that should not be getting encoded...

You mean to the $BOLTutfEscapeChars array? That has the effect that
one cannot use '&' in page names. I think & should be allowed. It gets
encoded to %26. Not only can one use & but also html character codes
like —, which gets converted to %26mdash%3B.
But it needs a change to the BOLTredirect() function so the input gets
converted to url:
as I wrote, add:
        $nextpage = BOLTutf2url($nextpage);

That works fine as far as i tested it.

~Hans

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to