[Webkit-unassigned] [Bug 15630] After U+3001, U+3002 (ideographic comma/full stop), lines cannot be broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 22 17:25:23 PDT 2007


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





------- Comment #3 from jungshik.shin at gmail.com  2007-10-22 17:25 PDT -------
Try once more (this time with FF ;-)). 

The textbox whose title is '美通社简介' is a lot wider than its specified
width breaking the layout of the page. 

A fix is very simple. We have to tailor UAX #14's line breaking property so
that U+3001 and U+3002 followed by a Latin letter/number (or more broadly, any
character belonging to AL/NU classes) are regarded as a line breaking
opportunity. A way to do that is to move those characters from CL class to NS
(non-starter) class in ICU's source/data/brkiter/line.txt. 

For WinSafari, it'd be a simple change, but for Safari on Mac, this may be more
involved because it may mean changing the build of ICU shipped with OS X. 


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