Status: New
Owner: ----

New issue 622 by [email protected]: localeCompare is not locale-dependent
http://code.google.com/p/v8/issues/detail?id=622

Reported against Chrome ( http://crbug.com/19254)


<script type="text/javascript">
var a = new String( "honza" );
var b = new String("Ĩenda");
// Should return positive integer
var ret = a.localeCompare(b);
</script>

In Czech locale, a should come after b, but it does not.

Related to this bug is bug 180. As I mentioned there, I wonder if there's a
way to take advantage of ICU when it's available (as in Chrome).






--
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

Reply via email to