Home | History | Annotate | Download | only in jinja2

Lines Matching refs:encode

639                     u'\xff\xff\xff\xff'.encode('iso-8859-15')
643 py_header += u'\x00\x00\x00\x00'.encode('iso-8859-15')
1125 Per default unicode strings are written, if you want to encode
1138 iterable = (x.encode(encoding, errors) for x in self)