Closed
Bug 7429
Opened 25 years ago
Closed 25 years ago
Body is not sent when it contains 8-bit chars
Categories
(MailNews Core :: Internationalization, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M7
People
(Reporter: marina, Assigned: rickg)
References
Details
Steps to reproduce:
-compose a message with 8-bit chars in the header and body;
-send it;
-open in 4.6
//note: squares for 8-bit chars in the message and thread pane header and no
body
we can slightly change the summary of this bug. I wasn't seeing any body because
my message body strated with 8-bit chars. The fact is : after the first 8-bit
chars the body would be cut off: c'est le sujet vulné(square instead of "é", and
the rest "able" won't show up)
Comment 2•25 years ago
|
||
Messenger is receiving incorrect unicode string. For example, Latin1 letter Ê
(0xCA), we are getting 0x9495 instead of 0x00CA.
0x9495 is a CJK and the converter is not able to convert to latin1.
(in fact, if we change the charset menu to ISO-2022-JP then the character is
converted to Japanese sent out correctly as Japanese letter).
I suspect that something happened (nsString2?) in the week end because the exact
same problem happens in the header widget which currently not using Ender
(see 7425).
Updated•25 years ago
|
Assignee: nhotta → kostello
Comment 3•25 years ago
|
||
Reassigning to kostello@netscape.com.
I put a break point in nsTextEditor::OutputText and saw the buffer already
contained incorrect unicode before calling the parser.
Updated•25 years ago
|
Assignee: kostello → rickg
Comment 4•25 years ago
|
||
Reassigning to rickg@netscape.com.
I think this is the same problem as 7430.
Updated•25 years ago
|
Assignee: ftang → nhotta
Comment 6•25 years ago
|
||
Naoki, please find out what the problem is and explain in bug report. Otherwise,
people will keep reassing this back to us...
Updated•25 years ago
|
Assignee: nhotta → rickg
Comment 7•25 years ago
|
||
This is a dup of 7479 which is a bug for non breaking space. In that bug, the
problem is explained by sfraser@netscape.com and it also applies to all Latin1 8
bit characters.
We can keep this bug as separated as 7479 is for non breaking space only while
we need to do more verification.
Reassigning to rickg@netscape.com.
Comment 8•25 years ago
|
||
I created a dependency link to 7479.
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 9•25 years ago
|
||
This bug should be fixed because 7479 has been fixed.
Marina, please verify with the next build.
Updated•25 years ago
|
QA Contact: momoi → marina
Reporter | ||
Comment 10•25 years ago
|
||
verified with 6/10/99 build. The body is sent correctly as Western (ISO-8859)
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
•