remram44 / yoppi

An automatic FTP indexer written in Python. Inspired by Yoshi Indexer (written in PHP).
GNU General Public License v3.0
6 stars 2 forks source link

Handle bad encoding #15

Closed madjar closed 12 years ago

madjar commented 12 years ago

Ftp servers are supposed to encode in utf8. Some don't, and cause some problems in the current implementation.

We should detect when the encoding is not utf8 and handle those cases correctly.