[Webkit-unassigned] [Bug 17411] Ideographic comma or full stop, and subsequent ASCII token should be separable into two lines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 23 14:58:57 PST 2008


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





------- Comment #7 from artension at gmail.com  2008-02-23 14:58 PDT -------
(In reply to comment #5)
As I wrote in the report above, it seems a problem of the Unicode line breaking
standards (http://www.unicode.org/reports/tr14/). ICU just implemented it
strictly.

So the switch statement in break_lines.cpp is to work around bugs in the
Unicode standards.

If the Unicode line breaking algorithm would be fixed, ICU's line break
iterator would work correctly. Then WebKit will work well without any patches.

But if so, we need to wait the fix propagation from the Unicode standards, ICU,
WebKit to Safari. It will take too much time.

I suggest that the patch should be applied to fix this problem quickly in
WebKit.


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