Bug 104478 - Unicode escape sequences in identifier names
Summary: Unicode escape sequences in identifier names
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: kjs (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-24 17:54 UTC by Harri Porten
Modified: 2007-02-12 23:07 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harri Porten 2005-04-24 17:55:00 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

The parser should handle Unicode escape sequences not only in strings but also
in identifier names. The following

 var f\u006fo;

should be equivalent to

  var foo;
Comment 1 Harri Porten 2007-02-12 23:07:24 UTC
Was already fixed in trunk. Backported to 3.5 branch.