Updates:
Status: Duplicate
Mergedinto: 459Comment #1 on issue 1970 by [email protected]: localeCompare does not sort UTF-8 strings properly
http://code.google.com/p/v8/issues/detail?id=1970ECMA-262 does not specify localeCompare behavior: http://es5.github.com/#x15.5.4.9
V8 just compares strings character by character (where characters are UCS-2 encoded).
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
