On Sun, Oct 11, 2009 at 7:28 AM, Hans <[email protected]> wrote:
> The only issue might be the special HTML character test, as only the < gets
> encoded. But I am not sure if it could be done any different.

Depending on how important to us this is, we should be able to have
BoltWire save < as &lt;, and save &lt; as &amp;lt; or something. When
retrieved into a text box we get the original. But when retrieved for
use in page output, we would have to revert &amp;lt; to &lt; to get
the behavior we want.

I'll tinker. I think it's worth the trouble to avoid that uneasy
feeling things are not getting back what we saved..

Cheers,
Dan

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