wp-includes/ID3/module.audio-video.asf.php:2223Remove terminator 00 00 and convert UTF-16LE to Latin-1.
$stringstringstring public static function TrimConvert($string) { return trim(getid3_lib::iconv_fallback('UTF-16LE', 'ISO-8859-1', self::TrimTerm($string)), ' '); }Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/ID3/module.audio-video.asf.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.