aadsm / JavaScript-ID3-Reader

ID3 tags reader in JavaScript (ID3v1, ID3v2 and AAC)
http://www.aadsm.net/libraries/id3/
Other
555 stars 145 forks source link

Tags charset #44

Closed maestro9 closed 9 years ago

maestro9 commented 9 years ago

Tags with cyrillic symbols in them encoded in windows-1251 charset aren't displaying properly. How to make the plugin work along with some charset detection library?

aadsm commented 9 years ago

As a matter a fact I do have a charset detection library! :)) (and the ability to read cyrillic in id3 was actually to reason to come up with it): https://github.com/aadsm/jschardet