Open
Bug 559801
Opened 16 years ago
Updated 3 years ago
Don't use native charset <-> unicode charset if possible
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: m_kato, Assigned: m_kato)
Details
There is the unnecessary conversion of native charset vs unicode charset at some lines. This conversion may loose characters on Windows.
http://mxr.mozilla.org/comm-central/source/mailnews/local/src/nsLocalMailFolder.cpp#751
http://mxr.mozilla.org/comm-central/source/mailnews/local/src/nsLocalMailFolder.cpp#1151
http://mxr.mozilla.org/comm-central/source/mailnews/imap/src/nsImapMailFolder.cpp#565
Comment 1•13 years ago
|
||
(In reply to Makoto Kato from comment #0)
> There is the unnecessary conversion of native charset vs unicode charset at
> some lines. This conversion may loose characters on Windows.
>
> http://mxr.mozilla.org/comm-central/source/mailnews/local/src/
> nsLocalMailFolder.cpp#751
> http://mxr.mozilla.org/comm-central/source/mailnews/local/src/
> nsLocalMailFolder.cpp#1151
> http://mxr.mozilla.org/comm-central/source/mailnews/imap/src/
> nsImapMailFolder.cpp#565
Makoto-san, is this still a problem? I'm not seeing (in current version) what source lines might do this
Flags: needinfo?(m_kato)
| Assignee | ||
Comment 2•13 years ago
|
||
mailnews/local and mailnews/imap are fixed, but some code such as folder compactor still needs.
Flags: needinfo?(m_kato)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•