> > I guess what web2py does is escape those special characters, is that > correct? >
When you *display* text in a view, it will be escaped, so particular characters will get converted to HTML entities. Other than that, everything is left as is. Anthony

