Status: New
Owner: ----
New issue 2840 by math...@qiwi.be: Implement ES6 String.fromCodePoint,
String.prototype.codePointAt, and String.prototype.normalize
http://code.google.com/p/v8/issues/detail?id=2840
From ES6 spec (May 2013 revision):
* String.fromCodePoint(...codePoints) - section 15.5.3.3
UTF-16 version of `String.fromCharCode`. [1]
* String.prototype.codePointAt(pos) - section 15.5.4.25
UTF-16 version of `String.prototype.charCodeAt`. [1]
* String.prototype.normalize(form = "NFC") - section 15.5.4.26
Returns a Unicode normalization form of the string. [2]
[1] https://mail.mozilla.org/pipermail/es-discuss/2012-July/024207.html
(search for "codePoint")
[2]
https://github.com/rwldrn/tc39-notes/blob/master/es6/2012-11/nov-27.md#string-normalization
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.