Closed
Bug 350693
Opened 18 years ago
Closed 17 years ago
"Character Encoding" in "View Source" window doesn't work
Categories
(MailNews Core :: Internationalization, defect)
MailNews Core
Internationalization
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.9
People
(Reporter: timwi, Assigned: smontagu)
References
Details
(Keywords: intl)
Attachments
(1 file)
1.58 KB,
patch
|
neil
:
review+
mscott
:
superreview+
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
See STR:
Reproducible: Always
Steps to Reproduce:
1. Send yourself an e-mail with traditional Chinese characters, encoded as BIG5.
2. View the e-mail, and press Ctrl+U (opens View Source window)
3. Select View/Character Encoding/Western.
Actual Results:
Nothing happens; still displays Chinese characters.
Expected Results:
Character encoding should switch. Window should display a jungle of Latin-1 characters.
Assignee | ||
Comment 1•18 years ago
|
||
This is a port of Neil's patch to xpfe in bug 252317. It had r=doron, sr=bzbarsky over there, so I guess rs should be enough to apply it to toolkit.
Assignee: mscott → smontagu
Status: UNCONFIRMED → ASSIGNED
Attachment #236818 -
Flags: superreview?(bienvenu)
Comment 2•18 years ago
|
||
Comment on attachment 236818 [details] [diff] [review]
Patch
this needs a toolkit module owner review so I'll ask Benjamin for that.
David's on vacation, i'll do the sr.
Attachment #236818 -
Flags: superreview?(bienvenu)
Attachment #236818 -
Flags: superreview+
Attachment #236818 -
Flags: review?(benjamin)
Updated•18 years ago
|
Attachment #236818 -
Flags: review?(benjamin) → review?(neil)
Comment 3•18 years ago
|
||
OS -> All (also on Linux with Trunk 2007012403).
Comment 4•18 years ago
|
||
-> OS change - its also confirmed on linux, see comment #3
OS: Windows 2000 → All
Comment 5•17 years ago
|
||
For notes:
I tried patching this one to the latest trunk cvs, and it does apply cleanly, i.e. did not bit-rot.
Nominating wanted‑thunderbird3 to keep it on the radar.
Flags: wanted-thunderbird3?
Updated•17 years ago
|
Whiteboard: [needs review: neil]
Updated•17 years ago
|
Attachment #236818 -
Flags: review?(neil) → review+
Updated•17 years ago
|
Component: General → MailNews: Internationalization
Product: Thunderbird → Core
Whiteboard: [needs review: neil]
Comment 6•17 years ago
|
||
Comment on attachment 236818 [details] [diff] [review]
Patch
Can we get this in? Should be pretty safe, the corresponding xpfe fix has been there since 2004.
Attachment #236818 -
Flags: approval1.9?
Comment 7•17 years ago
|
||
Comment on attachment 236818 [details] [diff] [review]
Patch
a+ schrep
Attachment #236818 -
Flags: approval1.9? → approval1.9+
Updated•17 years ago
|
Whiteboard: [missed 1.9 checkin]
Comment 8•17 years ago
|
||
Simon, I've checked this in for you.
Checking in toolkit/components/viewsource/content/viewSource.js;
/cvsroot/mozilla/toolkit/components/viewsource/content/viewSource.js,v <-- viewSource.js
new revision: 1.24; previous revision: 1.23
done
->FIXED
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Flags: wanted-thunderbird3?
Hardware: PC → All
Resolution: --- → FIXED
Whiteboard: [missed 1.9 checkin]
Target Milestone: --- → mozilla1.9
Comment 9•17 years ago
|
||
Looks like this might have broken view source in
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9pre) Gecko/2008051003 Thunderbird/3.0a2pre ID:2008051003
See bug 433197
Comment 10•16 years ago
|
||
Bug 433197 has been fixed. I can verify this fix works; if I look at the source of a message sent as ISO-2022-JP, selecting the encoding lets me see the intended script. Nice!
V TB3pre2-0621, Win2K
Status: RESOLVED → VERIFIED
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
•