Post Reply 
Track and album names displayed with replacement character. How to resolve?
25-01-2024, 12:45
Post: #16
RE: Track and album names displayed with replacement character. How to resolve?
Text fields are NUL-terminated in ID3v2.4. Here is the relevant section:

Code:
4.   ID3v2 frame overview

   .................................

   Frames that allow different types of text encoding contains a text
   encoding description byte. Possible encodings:

     $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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Track and album names displayed with replacement character. How to resolve? - simoncn - 25-01-2024 12:45

Forum Jump:


User(s) browsing this thread: 1 Guest(s)