[Webkit-unassigned] [Bug 17411] Ideographic comma and full stop should be treated as line-breakable characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 20 09:27:52 PST 2008


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19179|review?                     |review+
               Flag|                            |




------- Comment #5 from darin at apple.com  2008-02-20 09:27 PDT -------
(From update of attachment 19179)
Should this be fixed in ICU rather than in WebKit? We're using the ICU ubrk.h
header for this, using UBRK_LINE. Why doesn't it say these characters should be
breaks?

The switch statement in break_lines.cpp is *only* to work around bugs in ICU's
ubrk.h or to implement rules that don't make sense at the ICU level but are
needed for a web browser.

I'll tentatively agree that we should land this patch, but I'm not sure why ICU
doesn't already handle this properly.

r=me


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