Comment #6 on issue 2196 by [email protected]: String.toLocaleLowerCase and String.toLocaleUpperCase are not implemented correctly.
http://code.google.com/p/v8/issues/detail?id=2196
V8 currently does not include any internationalization natively, functions like String.toLocaleUpperCase are implemented the same way as their non-localized counterparts. From what I heard however, there are efforts on-going to revise locales in Javascript, after which should be a good time to rethink V8's implementation of locales.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
