Bug 97639

Summary: String.localeCompare should normalize input
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fixed cross-frame-access-call fpizlo: review+

Gavin Barraclough
Reported 2012-09-26 00:09:36 PDT
From the spec: "It is strongly recommended that this function treat Strings that are canonically equivalent according to the Unicode standard as identical (in other words, compare the Strings as if they had both been converted to Normalised Form C or D first). It is also recommended that this function not honour Unicode compatibility equivalences or decompositions."
Attachments
Fixed cross-frame-access-call (4.60 KB, patch)
2012-09-26 00:13 PDT, Gavin Barraclough
fpizlo: review+
Gavin Barraclough
Comment 1 2012-09-26 00:13:08 PDT
Created attachment 165741 [details] Fixed cross-frame-access-call
Gavin Barraclough
Comment 2 2012-09-26 00:20:33 PDT
Fixed in r129601
Note You need to log in before you can comment on or make changes to this bug.