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)
Core
Internationalization
Tracking
()
VERIFIED
FIXED
M9
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.
Reporter | ||
Updated•26 years ago
|
Target Milestone: M4
Reporter | ||
Comment 1•26 years ago
|
||
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.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Summary: Need a pref for a default character set → Charset Handling-Need a pref for a default character set
Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M5
For M5, we are shooting to have the charset menu, but no way to set the pref
for default charset until M6.
Assignee | ||
Comment 7•25 years ago
|
||
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
Assignee | ||
Updated•25 years ago
|
Target Milestone: M6 → M7
Assignee | ||
Comment 8•25 years ago
|
||
change to M7
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•25 years ago
|
||
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");
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 11•25 years ago
|
||
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.
Description
•