Closed
Bug 3866
Opened 26 years ago
Closed 26 years ago
XP-COM problem- EUC-JP and ISO-2022-JP converter does not get load on Mac
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
FIXED
M3
People
(Reporter: ftang, Assigned: ftang)
References
()
Details
(Whiteboard: Have fix need approval)
3862 is a data conversion problem bug. this bug is for macintosh does not find
the EUC-JP and ISO-2022-JP converter through XPCOM
This is because the auto-registration have problem on Mac. We can add CID to
nsSetupRegistray to fix this.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Whiteboard: Have fix need approval
Assignee | ||
Comment 1•26 years ago
|
||
comment out the comment line in nsSetupRegistry.cpp will make it work. Test on
Mac and window. Need approval to check in.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M3
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
i am wrong. We need to change the last argument of BuildOIneProject in
build/mac/NGLayutbuildList.pm to 1 from 0 to make the autoregistration work.
I check in that change for ucvja2. We should do the same thing for other intl
dll and comment out the line in nsSetupRegistry after dogfood
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•