[Webkit-unassigned] [Bug 22339] Support Indian web sites with EOT by on-the-fly transcoding to Unicode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 16 00:00:38 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=22339





------- Comment #11 from eric at webkit.org  2009-02-16 00:00 PDT -------
(From update of attachment 26892)
Wow, if the world ever needed a for loop, looks like this might be it!

   m_lookupTable.set(String(in + 0, 1), String(out + 0, 1));
 125     m_lookupTable.set(String(in + 1, 1), String(out + 1, 1));
 126 


-- 
Configure bugmail: https://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