Closed
Bug 61462
Opened 24 years ago
Closed 24 years ago
codepage is not detected
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.8
People
(Reporter: ezh, Assigned: harishd)
References
()
Details
(Keywords: intl)
Attachments
(4 files)
954 bytes,
patch
|
Details | Diff | Splinter Review | |
365 bytes,
text/html
|
Details | |
365 bytes,
text/html
|
Details | |
1.07 KB,
patch
|
Details | Diff | Splinter Review |
Load the page. It should be in Win-1251 codepage, but moz is not detecting it
and shows it in Western 8859-1.
moz 2000112804
Comment 1•24 years ago
|
||
I can reproduce this with win32 RTM.
Looks like it's related with 'link' in the head section.
<link rel="stylesheet" type="text/css" href="sta.css">
After I removed that line, it shows as windows-1251.
In the code, META charset was parsed correctly. But when calling
NotifyWebShell() the aDocumentID is zero.
I see nsParser::GetParserBundle() returns null for that document.
Reassign to harishd, please take a look at this.
Assignee: nhotta → harishd
I've reported the same thing in the followups to bug 62754.
Using build 2001010221 the META with charset is ignored if the meta tag is
specified after script tag with src attribute.
See my attachments.
Marking FIXED for real !!
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•