WebUtils.WebFuncs
index
/usr/local/share/webware/WebUtils/WebFuncs.py

# Deprecated: We used to be called WebFuncs, now just Funcs.

 
Data
        c = '\xff'
htmlCodes = [['&', '&amp;'], ['<', '&lt;'], ['>', '&gt;'], ['"', '&quot;']]
htmlCodesReversed = [['"', '&quot;'], ['>', '&gt;'], ['<', '&lt;'], ['&', '&amp;']]
htmlForNone = '-'
i = 255