[gstreamer-bugs] [Bug 630471] New: Ligatures Œ and œ are is not supported .

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 23 14:29:29 PDT 2010


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

           Summary: Ligatures Œ and œ are is not supported.
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bsreerenj at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=170966)
 View: https://bugzilla.gnome.org/attachment.cgi?id=170966
 Review: https://bugzilla.gnome.org/review?bug=630471&attachment=170966

patch for supporting Ligatures Œ and œ.

The ligatures "Œ"  and "œ" were removed from ISO-8859-1 encoding. So the are
not supporting in tag extraction.I think we can change the final encoding
fallback(if all the other assumptions about input string's encodings are
failing)  in  gst_tag_freeform_string_to_utf8
(gst-plugins-base/gst-libs/gst/tag/tags.c ) from ISO-8859-1 to
Windows-1252.Since Windows-1252 is the superset of ISO-8859-1 ,i think it wont
create any issue.

-- 
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