> Hans, I'm still working on this, but wanted to think some more about > how we handle this utf thing. One thought is to keep all the page > names urlencoded and only decode them at the end of the domarkup > function. That means we never have problems with filtering, and don't > need multiple encode/decode lines all through the code. I'm still > concerned about the security implications though. We can now disable > the < in utf output, but I'm uncomfortable getting rid of all our > input filters, and what that might mean.
I don't know anything about security, but about the use of utf-8, since all the content inside pages are all utf-8 characters, so the best way is accept it in use inside the whole BoltWire system until the system need to communicated to the server I/O and the url. Inside BoltWire, the search, the replace, the data field, the data value, the datapass, the recognize, the save, the sort, the text... had batter to use same language, no need to encode/decode inside system. That would be more efficient. Only when the system want to save the page name to a file on the hard disk or put a url to the url bar, then the encode/decode would be needed. > Linly, I usually just track things in my inbox. We could set up a BITS > system but I really don't have time to manage it. And I'm hoping > things will slow down once we hit 3.xx. I really am planning on > getting hard nosed about new features then. And so far I've usually > been able to patch bugs more or less as quick as they pop up. So I'd > hesitate to do something until it's pretty clear it's really needed. > We've gone through quite a bit without one... Never mind, It's just an idea. :) Cheers, linly --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
