[Swfdec] [Bug 15377] need to handle more strings
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Apr 9 00:34:49 PDT 2008
http://bugs.freedesktop.org/show_bug.cgi?id=15377
Benjamin Otte <otte at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Summary|unable to watch DoctorWho |need to handle more strings
--- Comment #6 from Benjamin Otte <otte at gnome.org> 2008-04-09 00:34:49 PST ---
So after investigating this more it turns out that the unicode consortium and
Flash have a different idea of what unicode is.
Or to be more techy: There is a set of unicode "code points" (read: values)
that are considered invalid and must not appear in any string of text. Every
other library we use (read: Pango or glib) will reject these values. Some might
even crash. Flash will not, it seems to treat these as valid.
This seems to need a somewhat larger refactoring + code audit so that we can
allow all these "invalid" strings. I'm not yet sure how to best do that though.
I'll however try a quick fix to work around the problem. I'll let you know
about it when I've done it.
--
Configure bugmail: http://bugs.freedesktop.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 Swfdec
mailing list