Updates:
Status: WorkingAsIntended
Comment #2 on issue 765 by [email protected]: Unicode chars missing per
ECMA-262 3rd ed in Identifiers
http://code.google.com/p/v8/issues/detail?id=765
After further investigation, this is actually correct behavior.
V8 is using (the basic multilingual plane of) Unicode 5.0.0.
The Katakana middle dots were changed from category Pc (punctuation,
connector) to Po (punctuation, other) in Unicode version 4.1.0, and is as
such not valid as an IdentifierPart.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev