Closed
Bug 1505676
Opened 7 years ago
Closed 7 years ago
Broken UTF-8 in subject preview
Categories
(Thunderbird :: Message Reader UI, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 404856
People
(Reporter: stephan, Unassigned)
Details
Attachments
(1 file)
68.82 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0
Steps to reproduce:
Receive a mail with UTF-8 Emojis in subject.
Thunderbird 60.2.1 (Linux, AMD64) as delivered with Ubuntu 18.10.
Actual results:
As the subject was cropped for message preview in the folder listing, the last character is not displayed correctly.
I assume that the subject string was cut on byte level, resulting in an UTF-8 character being cut into two pieces resulting in an invalid UTF-8 string.
Expected results:
Cuts should be implemented on the character level, respecting the underlying character encoding.
Updated•7 years ago
|
Component: Folder and Message Lists → Message Reader UI
Comment 1•7 years ago
|
||
Yes, I have noticed that at times. Never got around to filing a bug. That's an M-C problem since the platform code does the rendering.
Masatoshi-san, any idea to which component we should move the bug? XUL?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(VYV03354)
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(VYV03354)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•