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+

Description Gavin Barraclough 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."
Comment 1 Gavin Barraclough 2012-09-26 00:13:08 PDT
Created attachment 165741 [details]
Fixed cross-frame-access-call
Comment 2 Gavin Barraclough 2012-09-26 00:20:33 PDT
Fixed in r129601