Lines Matching full:chardet
20 * chardet, for auto-detecting character encodings
21 http://chardet.feedparser.org/
1736 # Download from http://chardet.feedparser.org/
1738 import chardet
1739 # import chardet.constants
1740 # chardet.constants._debug = 1
1742 chardet = None
1791 if not u and chardet and not isinstance(self.markup, unicode):
1792 u = self._convertFrom(chardet.detect(self.markup)['encoding'])