Bug 44022 - Web Inspector: console.profile('ïñtërnâtiônàlizætiøn') doesn’t render as UTF-8
Summary: Web Inspector: console.profile('ïñtërnâtiônàlizætiøn') doesn’t render as UTF-8
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://jsperf.com/loops
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-14 23:22 PDT by Mathias Bynens
Modified: 2014-12-16 00:31 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathias Bynens 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.