GNOME Bugzilla – Bug 751389
CD-TEXT data charset misinterpreted (since libcdio 0.84)
Last modified: 2015-06-23 22:58:02 UTC
Created attachment 305927 [details] Screenshot showing misinterpreted text Starting with libcdio 0.84, cdtext_get_const() returns UTF-8, but gvfs interprets it as ISO-8859-1. A screenshot demonstrating the problem and a patch is attached.
Created attachment 305928 [details] [review] Patch fixing the problem
Created attachment 305932 [details] [review] Fix I messed up the previous one, this should be it.
Review of attachment 305932 [details] [review]: Looks OK, but can you make cdtext_string_to_utf8 conditionally compiled only if LIBCDIO_VERSION_NUM < 84?
Created attachment 305955 [details] [review] Fixing it, 3rd attempt
Pushed to master as acbe277ed3636668faaf343ba6353fb28dbc9ec0 and gnome-3-16 as 6bfecb830c98f7398a748c311fc97e986f97c668. Thanks!