[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
Wed Jul 7 13:53:04 PDT 2010


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





--- Comment #20 from Jungshik Shin <jshin at chromium.org>  2010-07-07 13:53:04 PST ---
(In reply to comment #19)
> I think we should do this for the Japanese yen sign first to get the scaffolding in place. It's a much simpler case and lets us work out the machinery without involving the more-complex transcoding required for the Indian-script cases.

What do you think of doing something similar to handle better 'MS Office-exported html files"?  Those html files have :

<font face="webdings">abc 123</font> : to get some dingbats   
<font face="Symbol">S</font>  :  to get Greek Capital Sigma   

Some webkit ports pass a test (for the strict W3C CHARMOD interpretation) at  

http://www.hixie.ch/tests/adhoc/css/fonts/family/006.html

while others don't. 

I'm not so fond of bending rules so much, but ....   
(BTW, Chromium has a bug filed to pass the test : http://crbug.com/3766 )

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



More information about the webkit-unassigned mailing list