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)

x86
Windows NT
defect

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".
This is related to country picker. It should be easy to do. add nsbeta3 polish
Status: NEW → ASSIGNED
Keywords: nsbeta3, polish
I don't agree this is "polish". Localizability is not polish.
nsbeta3+ per i18n bug meeting
Whiteboard: [nsbeta3+]
Whiteboard: [nsbeta3+] → [nsbeta3+]ETA:8/4
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");
Whiteboard: [nsbeta3+]ETA:8/4 → [nsbeta3+]ETA:8/7
change eta to 8/7
remove the origional eta.
Whiteboard: [nsbeta3+]ETA:8/7 → [nsbeta3+]
fixed and check in. To both commercial and mozilla tree.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.