Closed
Bug 3941
Opened 26 years ago
Closed 25 years ago
Charset Handling - Need a charset manager service
Categories
(MailNews Core :: Internationalization, defect, P3)
MailNews Core
Internationalization
Tracking
(Not tracked)
RESOLVED
FIXED
M13
People
(Reporter: nhottanscp, Assigned: cata)
References
Details
(Whiteboard: rev'd by naoki, ready to go in)
Need a charset manager service to map charset to mail charset (e.g. Shift_JIS to
ISO-2022-JP).
In addition to the mapping, the service should provide the MIME encoding type
('B' or 'Q') for the mail charset.
They are necessary for sending Japanese mail.
Reporter | ||
Updated•26 years ago
|
Target Milestone: M4
Updated•26 years ago
|
Summary: Need a charset manager service → Charset Handling- Need a charset manager service
Naoki wrote in email:
This is needed for M4 to send mail. We need at least an interface.
We may use some hard coded values for the implementation for now.
Moved to M6 to give Cata time to assist Nisheeth on external DTD support
in the XML parser.
nhotta wrote:
This issue is related to header sending only. Send body won't be
affected, viewing should work for other charsets, just to clarify.
Summary: Charset Handling- Need a charset manager service → Charset Handling - Need a charset manager service
Target Milestone: M9 → M11
Will implement after coming back from vacation, as an extensibility application.
This is part of the extensibility work scheduled for M11. I don't know why this
was still marked M10...
nhotta,
cata says most of the code is already done and to add the mailcharset
mapping, he just needs to add a stringbundle. Please work with cata
to nail down the specifics.
Reporter | ||
Comment 9•25 years ago
|
||
Interfaces I need,
// return charset name
string MIMEMailCharset(in string charset);
// return MIME header encoding method (e.g. "B", "Q")
string MIMEHeaderEncodingMethod(in string charset);
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•25 years ago
|
||
It's done. Finally.
Assignee | ||
Comment 11•25 years ago
|
||
Fixed.
Comment 12•25 years ago
|
||
Naoki. This looks like somthing you should be verifying.
Sending it your way.
QA Contact: momoi → nhotta
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•