Landing https://codereview.chromium.org/40133004 for mnita@google.com.
authorcira@chromium.org <cira@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 6 Nov 2013 17:27:31 +0000 (17:27 +0000)
committercira@chromium.org <cira@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 6 Nov 2013 17:27:31 +0000 (17:27 +0000)
commitef05eef0332a06968cbac72b9486d6f0ba1d08ef
tree30d7c2c23825e6a8677abeefc24634b22c277555
parent3e9786ef24da5ab027dcc5f1631a2598ebb26505
Landing https://codereview.chromium.org/40133004 for mnita@google.com.

Implements ES6 String.prototype.normalize method.

BUG=v8:2943
TEST=Unit tests for "real life" use cases, edge cases, various types of normalization.
TBR=svenpanne@chromium.org

Review URL: https://codereview.chromium.org/60013010

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17532 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/i18n.js
src/runtime.cc
src/runtime.h
test/intl/string/normalization.js [new file with mode: 0644]