[Bug 664257] [mpegtsparse] Support UTF-16BE text encoding

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Nov 22 03:53:14 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=664257
  GStreamer | gst-plugins-bad | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.23

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-11-22 11:53:09 UTC ---
Ok, fair enough. On second thought it seems unlikely that the newline bit in
the multibyte code path was ever triggered for little-endian, because the
characters are read as big-endian and the control code value has the 0xA in the
lower bits, as would be expected I guess.

 commit 9759d66407f2be8ec29975b0eff3230bb1dae0ef
 Author: Sebastian Pölsterl <sebp at k-d-w.org>
 Date:   Thu Nov 17 11:33:56 2011 +0100

    mpegtsparse: support more character set encodings

    Support UTF-16BE, EUC-KR (KSX1001), GB2312 and ISO-10646/UTF8 text
    encoding and fixed new line for multibyte encoding

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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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