Bug 44022

Summary: Web Inspector: console.profile('ïñtërnâtiônàlizætiøn') doesn’t render as UTF-8
Product: WebKit Reporter: Mathias Bynens <mathias>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: ap, burg, bweinstein, joepeck, keishi, mnaganov, pfeldman, pmuellr, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://jsperf.com/loops

Mathias Bynens
Reported 2010-08-14 23:22:18 PDT
console.profile() doesn't seem to like UTF-8. Screenshot: http://i.imgur.com/qQkzB.png Try running this in the Web Inspector console: function foo() { return; } console.profile('ïñtërnâtiônàlizætiøn'); foo(); console.profileEnd('ïñtërnâtiônàlizætiøn'); Note that this works fine in Firebug.
Attachments
Note You need to log in before you can comment on or make changes to this bug.