I think you must have fixed this the wrong way. I don't have any problem editing pages with utf. Page names need to be converted to url encoding when checking to see if they exist. In fact page names should always be url not utf except when displayed in a page. I'm not sure you are heading down the right path here...
Cheers, Dan On Wed, Jun 16, 2010 at 3:10 PM, DrunkenMonk <[email protected]> wrote: > Hurray! > > After upgrading, *I can't edit pages with utf8 characters in their > name*! > The BOLTsecure method fails and calls boltabort. > > The very simple reason is that pageLink is encoded as a url (which, > btw, is hell for all plugin developers or possibly just me, I don't > know) while _POST['boltkey'] is encoded as utf8. > > Could we PLEASE use utf8, internally, always? > > Given that it will probably solve my other bugs, noticed and > unnoticed, I'm just going to hack the engine to convert pageLink to > utf8 after it's checked it for valid characters > > ... > > The change did solve the problems I had noticed, but now whenever I > navigate to a page with utf in the name, I am forwarded to the edit > action. > I think this will be resolved when I empty my cash. -- 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.
