[Bug 741144] id3demux: support UTF-16 -> UTF-8 conversion on systems with crippled iconv

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 25 14:42:25 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=741144

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.1

--- Comment #12 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
commit ea5d912b9fed5a596d11dbd5774623d1d839437c
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Mon May 25 22:37:56 2015 +0100

    tag: id3v2: fix parsing of UTF-16 text on systems with crippled iconv

    Use g_utf16_to_utf8() instead of the more generic g_convert(), so
    that we can extract text in UTF-16 format even on embedded systems
    with crippled iconv support.

    This code path is exercised by the id3demux test_unsync_v23
    check in gst-plugins-good.

    https://bugzilla.gnome.org/show_bug.cgi?id=741144

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list