Charset detection with python 2
I was looking for a way to easily determine a file's charset when I stumbled upon the Universal Encoding Detector. Just wanted to share it. Installation: $ wget http://chardet.feedparser.org/download/chardet-1.0.1.tgz -O - | tar xz $ cd chardet-1.0.1 $ python ./setup.py build $ sudo python...
Wednesday 17 December 2008 12:30