Comment #2 on issue 135 by [email protected]: V8 returns incorrect localized values for JavaScript toLocaleDateString and toLocaleTimeString http://code.google.com/p/v8/issues/detail?id=135
If V8 is a part of Chrome, it should respect the UI locale of Chrome rather than the platform locale (well, it's debatable, but the rest of Chrome is built with this convention). Would it be possible for V8 to delegate the date/time formatting to "its embedder"? In case of V8 inside a Chrome, it'd be Chrome. Otherwise, V8 needs to implement its own date/time formatting that honors the locale. Alternatively, can V8 be built to depend on ICU (conditionally)? I can't add myself to this bug because I'm not a V8 project member. I'll talk to you offline. -- 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 -~----------~----~----~----~------~----~------~--~---
