Closed
Bug 933347
Opened 12 years ago
Closed 12 years ago
incorrect display of non-ASCII characters in console.dir
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: admin, Unassigned)
Details
Attachments
(1 file)
|
6.12 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36
Steps to reproduce:
Let's say there is a code (UTF-8, with the Cyrillic alphabet)
var test = {name:'Съешь ещё этих мягких французских булок'};
console.dir(test.name);
console.dir(test);
Actual results:
In the second case seems to read only the lowest byte of each character if it reads a property
Expected results:
correct display of object property in the second case
Comment 1•12 years ago
|
||
This seemed to be fixed in 26.0 and later.
Component: Untriaged → Developer Tools: Console
Yes, I've just tested this in Firefox 26 and it works as expected.
Firefox 26 is currently in beta and is due to be released around 10th December.
Comment 3•12 years ago
|
||
I'm not sure what the issue was, but this is also working for me in 28.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
(In reply to Brandon Benvie [:benvie] from comment #3)
> I'm not sure what the issue was, but this is also working for me in 28.
25 != 28
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•