The chardet tag has no wiki summary.
4
votes
3answers
1k views
Encoding error while parsing RSS with lxml
I want to parse downloaded RSS with lxml, but I don't know how to handle with UnicodeDecodeError?
request = urllib2.Request('http://wiadomosci.onet.pl/kraj/rss.xml')
response = ...
1
vote
1answer
355 views
chardet apparently wrong on Big5
I'm decoding a large (about a gigabyte) flat file database, which mixes character encodings willy nilly. The python module chardet is doing a good job, so far, of identifying the encodings, but if ...
0
votes
0answers
69 views
Rails ChartDet require problem
I have required UniversalDetector (CharDet) gem into rails projects environment.rb file. Calling of module menthod from controller:
UniversalDetector::chardet('Ascii text')
Throws error:
...