Closed Bug 3965 Opened 26 years ago Closed 25 years ago

Charset Handling-Need a pref for a default character set

Categories

(Core :: Internationalization, defect, P3)

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: nhottanscp, Assigned: ftang)

Details

We need a pref to speficy an application level default character set. We also need a UI for this pref.
Target Milestone: M4
We used to have 'intl.character_set'. Since this requires a charset id instead of name, we need a new one which takes a name. How about 'intl.character_set_name'? UI should be separated from the charset menu.
If we do this (and I think we should), the prefs 4.5 -> 5.0migration tool will need to handle this. Cc'ing dbragg.
If we do this (and I think we should), the prefs 4.5 -> 5.0 migration tool will need to handle this.
If we do this (and I think we should), the prefs 4.5 -> 5.0 migration tool will need to handle this.
Status: NEW → ASSIGNED
Summary: Need a pref for a default character set → Charset Handling-Need a pref for a default character set
Target Milestone: M4 → M5
This is depend on bug 2341. Mark it as M5
Target Milestone: M5 → M6
For M5, we are shooting to have the charset menu, but no way to set the pref for default charset until M6.
Do we really need this in M6 ??? I think it will only take me 3-4 hours to fix this. But I am not sure why we have to have it for M6
Target Milestone: M6 → M7
change to M7
Moved to M9
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fix and check in. Add the following line to prefs50.js to changethe default charset to Shift_JIS user_pref("intl.charset.default", "Shift_JIS");
Status: RESOLVED → VERIFIED
I verified this in 8-24 Win32, Linux builds.
You need to log in before you can comment on or make changes to this bug.