Closed
Bug 5930
Opened 26 years ago
Closed 26 years ago
ALTGr+{128-159} high-bit characters are not sent correctly.
Categories
(MailNews Core :: Internationalization, defect, P3)
Tracking
(Not tracked)
People
(Reporter: momoi, Assigned: nhottanscp)
Details
** Observed with 5/3/99 Win32 M5 candidate build **
There is a general editor bug for the Editor/Mail body text,
Bug 5928. This is similar but the problem is in the Subject
header field.
Any high-bit characters input with the use of ALTGR+NumPad where
the numbers come from (128-159) are sent without MIME encoding
and also incorrectly. It seems to assign one same character
for different characters, i.e. 0xC2 (Capitla A with Circumflex).
Though the range (0x80 - 0x9F) is not proper iso-8859-1 range,
we should be able to send these characters using this method,
nonetheless.
Maybe this problem will get resolved when the widget there is replaced
by the Ender-based one. In that case, we can use this bug as a reminder
to check on this problem.
Reporter | ||
Comment 1•26 years ago
|
||
I need to add that these characters are displayed correctly as you
input them but are sent wrong.
Assignee | ||
Comment 2•26 years ago
|
||
Adding cata@netscape.com to cc.
Cata, what is the expected result of the Latin1 encoder when we feed the unicode
data not in Latin1 range?
Reporter | ||
Comment 3•26 years ago
|
||
As additional info, I found that when viewed with 4.6 Messenger,
the thread pane shows only "Â" (Capital A w/ Circumflex),
but viewed under 5.0 mail, the thread pane header shows:
€ (Capital A w/Circumflex + Euro symbol)
However, the subject header in the View pane shows nothing, not even
Â.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 4•26 years ago
|
||
The widget needs to use Ender. Messenger is not getting unicode. For example,
trade mark is 0x2122 in unicode while messenger getting 0x9900 (window-1252
encoded data put into nsString without conversion).
This is a dup of 5061.
*** This bug has been marked as a duplicate of 5061 ***
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 5•26 years ago
|
||
I'm going to mark this verified as a duplicate.
However, when 5061 is resolved,we need to make sure that
the issues described here are also taken care of.
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
•