Bug 104478

Summary: Unicode escape sequences in identifier names
Product: [Applications] konqueror Reporter: Harri Porten <porten>
Component: kjsAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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.