[Webkit-unassigned] [Bug 19128] SVG fonts don't work with medial Arabic characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 19 13:40:56 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19128





------- Comment #4 from myrdred at gmail.com  2008-05-19 13:40 PDT -------
Huh... learn something new every day. There is a way to force an enum to be
unsigned, and the syntax is:

enum foo : unsigned
{
  one,
  two, 
  three
};

I had no idea. Will update patch. Will also start thinking of a test case, but
the current SVG tree dumper doesn't dump anything wrong with the way things
are, so it'll require changes (and hence changes to a lot of expected output.)


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list