RESOLVED FIXED Bug 97639
String.localeCompare should normalize input
https://bugs.webkit.org/show_bug.cgi?id=97639
Summary String.localeCompare should normalize input
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.