Closed Bug 254952 Opened 20 years ago Closed 20 years ago

make MIMEService/MIMEInfo-users make use of UTF-8 extensions

Categories

(Core Graveyard :: File Handling, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.8alpha4

People

(Reporter: Biesinger, Assigned: Biesinger)

References

Details

Attachments

(1 file)

turns out I forgot to check callers in bug 80787... at least webbrowserpersist uses ToNewUnicode(ext) but should use UTF8ToNewUnicode: http://lxr.mozilla.org/seamonkey/source/embedding/components/webbrowserpersist/src/nsWebBrowserPersist.cpp#1290
Assignee: file-handling → cbiesinger
Attached patch patchSplinter Review
there are some places which really ignore charsets currently, and I didn't want to touch them, so this patch only fixes two callers.
Attachment #157547 - Flags: superreview?(darin)
Attachment #157547 - Flags: review?(bzbarsky)
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.8alpha4
Comment on attachment 157547 [details] [diff] [review] patch r=bzbarsky
Attachment #157547 - Flags: review?(bzbarsky) → review+
Attachment #157547 - Flags: superreview?(darin) → superreview+
Checking in embedding/components/webbrowserpersist/src/nsWebBrowserPersist.cpp; /cvsroot/mozilla/embedding/components/webbrowserpersist/src/nsWebBrowserPersist.cpp,v <-- nsWebBrowserPersist.cpp new revision: 1.97; previous revision: 1.96 done Checking in mailnews/mime/src/mimemoz2.cpp; /cvsroot/mozilla/mailnews/mime/src/mimemoz2.cpp,v <-- mimemoz2.cpp new revision: 1.210; previous revision: 1.209 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040901 Firefox/1.0 PR (NOT FINAL) I'm getting pretty /tired/ of watching <?> 's i/o é ä etc all the time and having to manually force FF to use whatever charset the page needs. Could this go to branch too please.
(In reply to comment #4) > I'm getting pretty /tired/ of watching <?> 's i/o é ä etc all the time and > having to manually force FF to use whatever charset the page needs. I think you are misunderstanding what the patch does. it does not address display of pages. it affects file extensions in a few cases.
thanks for explaining
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: