Bug 4918 - Non-ASCII characters not allowed in identifiers
Summary: Non-ASCII characters not allowed in identifiers
Status: RESOLVED DUPLICATE of bug 4921
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks: 4885
  Show dependency treegraph
 
Reported: 2005-09-10 12:56 PDT by Alexey Proskuryakov
Modified: 2006-03-11 07:38 PST (History)
1 user (show)

See Also:


Attachments
test case (672 bytes, text/html)
2005-09-10 12:57 PDT, Alexey Proskuryakov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2005-09-10 12:56:54 PDT
Non-ASCII letters aren't handled by the lexer for JavaScript.

This report deals with "simple" non-ASCII characters, such as non-decomposable Cyrillic ones.
Comment 1 Alexey Proskuryakov 2005-09-10 12:57:18 PDT
Created attachment 3846 [details]
test case
Comment 2 Alexey Proskuryakov 2006-03-11 07:38:13 PST
This was fixed in bug 4921, together with \u escape sequences,

*** This bug has been marked as a duplicate of 4921 ***