Exemple #1
0
 def encode(input, errors=None):
     return html.quote_html(input, '"&'), len(input)
Exemple #2
0
 def quote(self, s):
     return html.quote_html(s)