Convert Unicode code points outside the basic multilingual plane to the replacement...
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 6 Jul 2010 07:31:35 +0000 (07:31 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 6 Jul 2010 07:31:35 +0000 (07:31 +0000)
commitb941a40a82aa50a9094046c7a4b0a858fedf9a68
tree43062733b89f2ef68f0167b231a28c1f24283947
parenta50e72575e3e3a98bfbf2ed19441a66824104258
Convert Unicode code points outside the basic multilingual plane to the replacement character.
Previous behavior was to silently truncate the value to 16 bits.

Review URL: http://codereview.chromium.org/2832050

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5023 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/heap.cc