[Webkit-unassigned] [Bug 78908] `\u200c` and `\u200d` should be allowed in IdentifierPart, as per ES5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 10:15:52 PST 2012


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msaboff at apple.com




--- Comment #27 from Alexey Proskuryakov <ap at webkit.org>  2012-02-23 10:15:51 PST ---
> can we rely on the UChar code-path to be taken when 0x200C/0x200D has been found in the code?

Yes, my understanding is that this function is called with char template parameter when the string is known ASCII (not UTF-8).

It is surprising that this check has cases for Unicode spaces, but not for regular 0x20.

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