Closed
Bug 17797
Opened 26 years ago
Closed 26 years ago
[Dogfood] Auto-Detection disabled in displaying mail attachments
Categories
(MailNews Core :: Internationalization, defect, P3)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: momoi, Assigned: ftang)
Details
** Observed with 11/2/99 Win32 build (1999110208) **
With this new build, I am not able to use the Japanese auto-detect and display JIS or SJIS
attachments. When I turn it on without turning on "jaclassic", I only see Latin characters.
It was failing for EUC before but this looks like a total failure -- it seems that the module
is simply not engaged.
By the way, JPN auto-detection is working for Browser.
Attachment view for SJIS is part of Smoketest and it fails due to this problem.
I've desiganted this ad Dogfood for Mail/attchment viewing for Japanese. It needs to at least work
for JIS and SJIS.
| Reporter | ||
Comment 1•26 years ago
|
||
I want thi fixed for M11 since it is a regression from a few days ago and certainly from M10.
Comment 2•26 years ago
|
||
I can see SJIS attachment (netscase ja, one of the smoke test data) using
today's release commercial win32 build (installed by the installer).
| Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 3•26 years ago
|
||
After talking it over with nhotta, it was determined that the problem is in leaving the
following line blank in teh prefs.js file.
user_pref("mail.charset.detector", " ");
Unlike the user_pref("intl.charset.detector", " ");, this line cannot be left blank in the prefs.js.
It must be deleted.
This is thus an invalid bug.
| Reporter | ||
Comment 4•26 years ago
|
||
Verified as invalid.
Updated•21 years ago
|
Product: MailNews → Core
Updated•18 years ago
|
Product: Core → MailNews Core
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•