Closed GoogleCodeExporter closed 8 years ago
I meant to say that mp3diags gives that UFT8 message for ALL frames; however,
in the "raw data" panel below, I can see that the data IS there, even though
windows and other taggers (except winamp) won't display it.
Original comment by digitaltoast
on 12 Aug 2012 at 2:40
Attachments:
New texts can be set using setText(string) with the default encoding (which is
UTF-8). Should you want to set the new text in ISO8859-1 encoding you can call
setText(string, Zend_Media_Id3_Encoding::ISO88591). The text is stored in the
class unaltered (ie assumed to be in the given encoding).
It was good that you reported this incident. The default value of the class
should indeed correspond to the given options. I have made a patch and
committed that to the repository. Please checkout the latest code and report
any further faults.
Original comment by svollbehr
on 21 Aug 2012 at 5:24
Original issue reported on code.google.com by
digitaltoast
on 12 Aug 2012 at 2:01