Is there a possibility to change the behavior of taglib when handling fields with $01 UTF-16 WITH BOM as UTF-16LE without bom?<br><br>how does taglib converts this strings: when it the field claims to be UTF-16 with BOM, but actually it is UTF-16LE wo bom (iconv fails to do this)
<br><br>maybe taglib should check for presence of BOM and then, if it fails to find it use some #define d encoding (utf-16le or utf-16be)<br>