Closed
Bug 5974
Opened 26 years ago
Closed 25 years ago
View | Page source should display Japanese with META charset
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: teruko, Assigned: vidur)
References
Details
Attachments
(1 file)
Tested 5-5-6 Win32 build.
Now the menu View| Page source is enabled, but it does not display Japanese characters.
Reporter | ||
Updated•26 years ago
|
Target Milestone: M6
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6 → M8
Comment 1•26 years ago
|
||
The problem is we does not pass the charset information to the new window. We
should pass the default charset value as well as the current charset to the new
WebShell.Make it M8
Updated•26 years ago
|
Target Milestone: M9 → M10
Comment 3•26 years ago
|
||
move to M10
Updated•26 years ago
|
Target Milestone: M10 → M9
Comment 4•26 years ago
|
||
changr back to M9
Updated•26 years ago
|
Target Milestone: M9 → M10
Updated•26 years ago
|
Assignee: ftang → harishd
Status: ASSIGNED → NEW
Summary: View | Page source should display Japanese characters → View | Page source should display Japanese characters when the page have META charset
Target Milestone: M10 → M11
Comment 5•26 years ago
|
||
change the summary from "View | Page source should display Japanese characters"
to "View | Page source should display Japanese characters when the page have
META charset"
What happened is CViewSourceHTML didn't hanld META charset as CNavDTD does.
Reassign this to harishd. I will open a seperate bug for the case of default
charset and assign that one to myself.
harishd, can you make it for M11? Let me know your estimatation first . Thanks.
This shouldn't take too long. I'll try to get it in for M10.
Setting milestone to M10.
Reassingning bug to ftang@netscape.com.
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M10 → M11
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Summary: View | Page source should display Japanese characters when the page have META charset → View | Page source should display Japanese with META charset
Comment 10•25 years ago
|
||
fixed and check in
Now we pass the parser command to webshell...
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Comment 11•25 years ago
|
||
break by vidure since he change the line cmd to "view" in nsWebShell.cpp line
193x.
vidure, please back out that line (change "view" back to cmd to fix it.
Updated•25 years ago
|
Resolution: FIXED → ---
Updated•25 years ago
|
Assignee: ftang → vidur
Status: REOPENED → NEW
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•25 years ago
|
||
Sorry, Frank. Restored Franks change that was lost during my merge and checkin
late last week.
Reporter | ||
Comment 13•25 years ago
|
||
I verified as fix in 9-23-08 Mac and Windows. I cannot verify in Linux due to
the bug 14802.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 14•25 years ago
|
||
I verified this in 9-29 Linux build.
You need to log in
before you can comment on or make changes to this bug.
Description
•