Closed
Bug 4968
Opened 26 years ago
Closed 26 years ago
nsUnicodeToUTF8::GetMaxLength returns fewer bytes than necessary
Categories
(MailNews Core :: Internationalization, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M5
People
(Reporter: nhottanscp, Assigned: cata)
Details
nsUnicodeToUTF8::GetMaxLength returns the number of unicode chars.
But utf-8 byte length could be more than one byte per one unicode char.
Reporter | ||
Updated•26 years ago
|
Target Milestone: M5
Reporter | ||
Comment 1•26 years ago
|
||
This causes a bug #3994 message headers truncated at the end.
Target to M5.
Reporter | ||
Updated•26 years ago
|
Priority: P3 → P1
Reporter | ||
Comment 2•26 years ago
|
||
P3 -> P0, this is also blocking the verification of message view bug (#3889).
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
** Checked with 4/20/99 Win32 build **
As stated in Bug 3889, the problem of truncation in the mail
body or headers no longer occurs. These facts should constitute
enough reason to makr this fix verified.
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
•