Closed
Bug 218101
Opened 22 years ago
Closed 13 years ago
charset needs to be added to plugins.html
Categories
(Core :: Internationalization: Localization, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jblanco, Unassigned)
References
Details
About Plug-ins page doesn't display correctly for languages with special
characters. Look at a Chinese version of the browser and go to Help->About
Plug-ins and notice the page isn't displayed correctly. Go to View->Character
Coding and notice that the default charset is selected and that's what the page
is being displayed in. If you change this to UTF-8 the page will then be
displayed properly. There should be a charset defined in plugins.html (the
About Plug-ins page) to show the page correctly in the browser.
Comment 1•22 years ago
|
||
maybe the about redirector should set a charset on the channel it creates?
tempChannel->SetContentCharset("utf-8"), would that work?
(here
http://lxr.mozilla.org/seamonkey/source/netwerk/protocol/about/src/nsAboutRedirector.cpp#112)
![]() |
||
Comment 2•22 years ago
|
||
Um.. Do the strings from plug-ins all come in UTF-8, though?
Comment 3•22 years ago
|
||
*** Bug 218621 has been marked as a duplicate of this bug. ***
Comment 4•22 years ago
|
||
Updated•16 years ago
|
Assignee: rchen → nobody
QA Contact: amyy → localization
Comment 6•13 years ago
|
||
Is this still relevant? Did bug 306310 fix this?
If this is no longer an issue, I recommend resolving WFM.
Whiteboard: [CLOSEME 2012-01-08 WFM]
Resolved per whiteboard
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Whiteboard: [CLOSEME 2012-01-08 WFM]
You need to log in
before you can comment on or make changes to this bug.
Description
•