Menu

#412 id3tag_set_fieldvalue_utf16 only accepts native endian str

closed-fixed
Libraries (86)
5
2011-11-01
2011-10-31
tmkk
No

Current implementation of id3tag_set_fieldvalue_utf16 (and some helper functions) only accepts native endian unicode strings. LAME frontend always passes little endian strings to this function, so it is impossible to append TXXX/WXXX frames with --tv option on the big endian machines.

The attached patch fixes the problem.

Discussion

  • tmkk

    tmkk - 2011-10-31
     
  • Robert Hegemann

    Robert Hegemann - 2011-11-01

    Thanks for reporting this issue, a fix is in CVS now.

     
  • Robert Hegemann

    Robert Hegemann - 2011-11-01
    • assigned_to: nobody --> robert
    • status: open --> pending-fixed
     
  • tmkk

    tmkk - 2011-11-01
    • status: pending-fixed --> closed-fixed
     
  • tmkk

    tmkk - 2011-11-01

    Fix verified, thanks.

     

Log in to post a comment.