[Webkit-unassigned] [Bug 29092] Performance slow when loading a large text html file on Symbian platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 10:48:10 PDT 2009


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





--- Comment #20 from Chang Shu <Chang.Shu at nokia.com>  2009-09-22 10:48:09 PDT ---
(In reply to comment #19)
> I still don't understand why +2 is not sufficient.

Let me explain. +2 is sufficient in most languages, but not in the four
languages I mentioned. In these four languages, syllables are not breakable.
One syllable may contain more than 2 characters. The reason they are not
breakable is a syllable may present on display as one glyph. Using English
letters as a faked example, "webkit" has two syllables, web and kit. In these
languages, w-e-b may be drawn vertically as a whole glyph and k-i-t drawn
vertically after w-e-b, horizontally (see below). In this case, +3 is required.
w k
e i
b t

This is what I learned yesterday. Hopefully, my understanding is correct.

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