RESOLVED INVALID 44022
Web Inspector: console.profile('ïñtërnâtiônàlizætiøn') doesn’t render as UTF-8
https://bugs.webkit.org/show_bug.cgi?id=44022
Summary Web Inspector: console.profile('ïñtërnâtiônàlizætiøn') doesn’t render as UTF-8
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.