Status: New Owner: ---- New issue 459 by [email protected]: localeCompare implementation differs from other browsers http://code.google.com/p/v8/issues/detail?id=459
localeCompare implementation differs from other browsers see http://michael.susens-schurter.com/blog/tag/localecompare/ in v8 version 1.3.13.5, i get these results for the final sort: A,R,Z,a,q,z,ä,æ safari produces: A,a,ä,æ,q,R,Z,z firefox produces: a,A,ä,æ,q,R,z,Z i don't know what the correct behavior is. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
