Closed Bug 933347 Opened 12 years ago Closed 12 years ago

incorrect display of non-ASCII characters in console.dir

Categories

(DevTools :: Console, defect)

25 Branch
x86_64
Windows 8
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: admin, Unassigned)

Details

Attachments

(1 file)

Attached image Снимок3.PNG
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
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.
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
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: