Comment #4 on issue 459 by christian.plesner.hansen: localeCompare implementation differs from other browsers http://code.google.com/p/v8/issues/detail?id=459
We've so far avoided letting the local affect the behavior of v8 string operations for several reasons. It's will be a testing nightmare, both for us and, worse, for anyone using it. Also, using the system locale would be much too coarse-grained to be useful; for instance, you don't want German string comparison on any page you view just because your system locale is German. -- 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 -~----------~----~----~----~------~----~------~--~---
