Home
last modified time | relevance | path

Searched refs:unicode_encode_errors (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/serializer/
Dhtmlserializer.py19 unicode_encode_errors = "strict" variable
21 unicode_encode_errors = "htmlentityreplace" variable
68 register_error(unicode_encode_errors, htmlentityreplace_errors)
160 return string.encode(self.encoding, unicode_encode_errors)