Bug 66529

Summary: Mid-word break can occur between a character and a combining mark
Product: WebKit Reporter: mitz
Component: TextAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

Description mitz 2011-08-18 20:21:48 PDT
Mid-word break can occur between a character and a combining mark
Comment 1 mitz 2011-08-18 20:25:22 PDT
Created attachment 104446 [details]
Patch
Comment 2 mitz 2011-08-18 20:34:56 PDT
Fixed in <http://trac.webkit.org/r93384>.
Comment 3 Zoltan Horvath 2011-08-19 00:57:09 PDT
I committed a build fix for Qt in r93388.

http://trac.webkit.org/changeset/93388
Comment 4 mitz 2011-08-19 09:00:01 PDT
(In reply to comment #3)
> I committed a build fix for Qt in r93388.
> 
> http://trac.webkit.org/changeset/93388

Thanks. I will change this to use WTF::Unicode::category().
Comment 5 mitz 2011-08-19 09:30:02 PDT
In <http://trac.webkit.org/r93421>.