QUOTE(gottkaiser @ Feb 6 2007, 13:31)

One more suggestion, maybe you can add an option to view the cover art in ID3 and FLAC Tags?
And to manipulate them manually would be great as well. ;-)
This will be supported in BonkEnc v1.1 which will feature a complete tag editor. You will be able to edit all ID3v2, Vorbis Comment and MP4 metadata fields and it will be possible to save the tags back to the original files.
QUOTE(gottkaiser @ Feb 6 2007, 13:31)

One more question: Wy do you distinguish UTF-16BE and UTF-16LE for the ID3v2 tag encoding?
What is the difference?
The difference is in the byte order. In UTF-16BE the most significant byte of a character comes first while in UTF-16LE the least significant byte is first.
BonkEnc uses UTF-16LE by default as it is compatible with the ID3v2.3 standard. UTF-16BE was added in ID3v2.4 which is not supported by all players (e.g. not by Windows Media Player).