Lines Matching refs:encodings
16 # Import a library to autodetect character encodings.
196 """Suggests a number of possible encodings for a bytestring.
200 1. Encodings you specifically tell EncodingDetector to try first
233 def encodings(self):
234 """Yield a number of encodings that might work for this markup."""
354 for encoding in self.detector.encodings:
361 # None of the encodings worked. As an absolute last resort,
364 for encoding in self.detector.encodings:
427 %encoding is a string recognized by encodings.aliases'''
786 "embedded encodings.")