Support for decoding and encoding frames with unsynchronisation schema (ID3v2.4 only)
git-svn-id: http://php-reader.googlecode.com/svn/trunk@107 51a70ab9-7547-0410-9469-37e369ee0574
This commit is contained in:
@@ -153,7 +153,7 @@ abstract class ID3_Frame_AbstractText extends ID3_Frame
|
||||
case self::UTF16LE:
|
||||
$array = $this->_text;
|
||||
foreach ($array as &$text)
|
||||
$text = Transform::toString16($str);
|
||||
$text = Transform::toString16($text);
|
||||
$data .= Transform::toString16
|
||||
(implode("\0\0", $array), $this->_encoding == self::UTF16 ?
|
||||
Transform::MACHINE_ENDIAN_ORDER : Transform::LITTLE_ENDIAN_ORDER);
|
||||
|
||||
Reference in New Issue
Block a user