Bug 97639 - String.localeCompare should normalize input
Summary: String.localeCompare should normalize input
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-26 00:09 PDT by Gavin Barraclough
Modified: 2012-09-26 00:20 PDT (History)
2 users (show)

See Also:


Attachments
Fixed cross-frame-access-call (4.60 KB, patch)
2012-09-26 00:13 PDT, Gavin Barraclough
fpizlo: review+
Details | Formatted Diff | Diff

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