[ID3 Dev] BOMS for multiple string fields ?
Paul Taylor
paul_t100 at fastmail.fm
Mon Apr 19 04:33:41 PDT 2010
If have a text frame with multiple strings, stored as a null separated
list, where null is represented by the termination code for the
character encoding how do you encode type 01 (UTF-16 [UTF-16] encoded
Unicode [UNICODE] with BOM) Do you write BOM for each string or just at
the start of the total string
i.e
Say just have the single char string twice (0xDE 0x03)
Should BOM be written for both strings
0xFF 0xFE 0xDE 0x03 0x00 0x00 0xFF 0xFE 0xDE 0x03
or just at the start of the total string
0xFF 0xFE 0xDE 0x03 0x00 0x00 0xDE 0x03
(null separator should be written for all fields except last one)
Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: id3v2-unsubscribe at id3.org
For additional commands, e-mail: id3v2-help at id3.org
More information about the ID3v2
mailing list