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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |