Package: python-eyed3, eyed3
Version: 0.6.14-1

Seems it cannot handle multilingual tags that contain text not in utf-8
encoding.


With tags in cp1251 eyeD3 will produce this:

title: ?????????                artist: ???? ? ????????
album: ??รท??? ?????????         year: 2006


Proposal:

Probably it will be wise to not try to perform any convertion of encoding
inside python-eyeD3 modules.

As an option python-eyeD3 can guess the proper encoding, like in chardet
module : http://chardet.feedparser.org/

Reply via email to