Bug 66529 - Mid-word break can occur between a character and a combining mark
Summary: Mid-word break can occur between a character and a combining mark
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-18 20:21 PDT by mitz
Modified: 2011-08-19 09:30 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.65 KB, patch)
2011-08-18 20:25 PDT, mitz
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.