Closed
Bug 46624
Opened 26 years ago
Closed 26 years ago
Need to move pref "intl.charset.detector" into navigator.properties
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: momoi, Assigned: ftang)
Details
(Keywords: polish, Whiteboard: [nsbeta3+])
** Observed with 7/26/2000 Win32 build **
The pref item "intl.charset.detector" is still in "all.js" making it difficult to
localize this value for different locale.
This value is needed for some languages like Japanese and Korean as the default Auto-Detect
values for browsing.
We should also set "intl.charset.default" at the same time -- used for Editor and Browser.
This item has already been moved to "navigator.properties".
| Assignee | ||
Comment 1•26 years ago
|
||
This is related to country picker.
It should be easy to do.
add nsbeta3 polish
| Assignee | ||
Updated•26 years ago
|
Whiteboard: [nsbeta3+] → [nsbeta3+]ETA:8/4
| Assignee | ||
Comment 4•26 years ago
|
||
we need to add intl.charset.detector to navigator.properties
and change the following places
/layout/html/document/src/nsHTMLDocument.cpp, line 169 -- rv =
prefs->CopyCharPref("intl.charset.detector",
/layout/html/document/src/nsHTMLDocument.cpp, line 709 -- rv_detect =
pref->CopyCharPref("intl.charset.detector",
/layout/html/document/src/nsHTMLDocument.cpp, line 717 --
/layout/xml/document/src/nsXMLDocument.cpp, line 113 -- rv =
prefs->CopyCharPref("intl.charset.detector",
/layout/xml/document/src/nsXMLDocument.cpp, line 507 -- rv_detect =
pref->CopyCharPref("intl.charset.detector",
/mailnews/mime/src/comi18n.cpp, line 1276 -- else if
(NS_SUCCEEDED(prefs->CopyCharPref("intl.charset.detector",
&detector_name))) {
/modules/libpref/src/init/all.js, line 322 -- pref("intl.charset.detector", "");
/xpfe/global/resources/content/charsetOverlay.js, line 157 -- prefvalue =
pref.CopyCharPref("intl.charset.detector");
| Assignee | ||
Updated•26 years ago
|
Whiteboard: [nsbeta3+]ETA:8/4 → [nsbeta3+]ETA:8/7
| Assignee | ||
Comment 5•26 years ago
|
||
change eta to 8/7
| Assignee | ||
Comment 6•26 years ago
|
||
remove the origional eta.
Whiteboard: [nsbeta3+]ETA:8/7 → [nsbeta3+]
| Assignee | ||
Comment 7•26 years ago
|
||
fixed and check in. To both commercial and mozilla tree.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•