[Webkit-unassigned] [Bug 103165] String.fromCharCode does not support converting to Unicode chars in the supplementary planes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 23 21:04:21 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103165


Glenn Adams <glenn at skynav.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX
                 CC|                            |glenn at skynav.com




--- Comment #1 from Glenn Adams <glenn at skynav.com>  2012-11-23 21:06:27 PST ---
The current implementation correctly implements the semantics of ECMAScript 5.1, Clause 15.5.3.2 [1], which states that "An argument is converted to a character by applying the operation ToUint16 (9.7) and regarding the resulting 16-bit integer as the code unit value of a character."

[1] http://www.ecma-international.org/ecma-262/5.1/#sec-15.5.3.2

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list