Does anyone know how to get around this problem? Does it have anything to do with the ID3 version?
I get the following errors:
- Code: Select all
WriteID3v2() failed with message(s):
Invalid Text Encoding in TITLE (D) for ID3v2.3
$this->GenerateID3v2FrameData() failed for "TITLE"
$this->GenerateID3v2Tag() failed
I used:
- Code: Select all
$format = 'UTF-8';
$id3->setOption(array('encoding'=>$format));
$tagwriter->tag_encoding = $format;
