Home | History | Annotate | Download | only in python2.7

Lines Matching refs:is8bit

168 def _decode(data, encoding, is8bit=re.compile("[\x80-\xff]").search):
170 if unicode and encoding and is8bit(data):