[Webkit-unassigned] [Bug 44022] New: Web Inspector: console.profile(' ïñtërnâtiônàlizætiøn?=')=?UTF-8?Q? doesn’t render as UTF-8
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Aug 14 23:22:18 PDT 2010
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
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
URL: http://jsperf.com/loops
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mathias at qiwi.be
CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
pmuellr at yahoo.com, joepeck at webkit.org,
pfeldman at chromium.org, yurys at chromium.org,
bweinstein at apple.com
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list