You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment all the text frame support only UTF16 as text encoding. We should add the possibility to parse and create frame with one of preferred encoding supported by the ID3.
Describe the solution you'd like
All text frame should contains a property `textEcoding, that contains the parsed value for the current text frame or the value set by the library user during text frame creation.
Additional context
See id3.org for the complete list of text encoding supported.
The text was updated successfully, but these errors were encountered:
At the moment all the text frame support only UTF16 as text encoding. We should add the possibility to parse and create frame with one of preferred encoding supported by the ID3.
Describe the solution you'd like
All text frame should contains a property `textEcoding, that contains the parsed value for the current text frame or the value set by the library user during text frame creation.
Additional context
See id3.org for the complete list of text encoding supported.
The text was updated successfully, but these errors were encountered: