Lines Matching full:chardet
20 * chardet, for auto-detecting character encodings
21 http://chardet.feedparser.org/
1714 # Download from http://chardet.feedparser.org/
1716 import chardet
1717 # import chardet.constants
1718 # chardet.constants._debug = 1
1720 chardet = None
1769 if not u and chardet and not isinstance(self.markup, unicode):
1770 u = self._convertFrom(chardet.detect(self.markup)['encoding'])