[Abcde-users] FW: Abcde and aiff
Jason Miller
aidenn0 at geocities.com
Wed Apr 23 01:03:24 BST 2025
Dry Martini Holding Company 😎 <qrp at kg4kgl.net> writes:
> Both the files that “work” and those that do not display properly, are both utf-32BE.
Did you mean UTF-16BE? ID3v2 doesn't specify a UTF-32 encoding; possible
values for the encoding are:
$00 ISO-8859-1 [ISO-8859-1]. Terminated with $00.
$01 UTF-16 [UTF-16] encoded Unicode [UNICODE] with BOM. All
strings in the same frame SHALL have the same byteorder.
Terminated with $00 00.
$02 UTF-16BE [UTF-16] encoded Unicode [UNICODE] without BOM.
Terminated with $00 00.
$03 UTF-8 [UTF-8] encoded Unicode [UNICODE]. Terminated with $00.
(source https://id3.org/id3v2.4.0-structure)
-Jason
More information about the Abcde-users
mailing list