Closed
Bug 221742
Opened 21 years ago
Closed 21 years ago
Corrupt national language characters in mailnews account settings
Categories
(MailNews Core :: Internationalization, defect)
MailNews Core
Internationalization
Tracking
(Not tracked)
People
(Reporter: mkaply, Assigned: smontagu)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
If you create a user name with national characters like:
Dëfault Usër
when you view Local Directory in account settings on the Server Settings and
Local Folders page, the profile name is corrupt.
The issue is that nsIFileSpec doesn't support unicode file names.
I've added this support to nsIFileSpec because it was quick and easy. Patch
coming soon.
Comment 1•21 years ago
|
||
Could we just stop using nsIFileSpec instead? Mailnews is about the only
consumer left, and everyone wants nsIFileSpec to just die a quick death...
Reporter | ||
Comment 2•21 years ago
|
||
I want to, but to be honest I'm not sure how to do it in this case.
These are pref entries that hook directory into nsIFileSpec for their data.
Comment 3•21 years ago
|
||
Mike, is this something you want to put in the 1.4 branch? If so, then we'd
have to stick with nsIFileSpec for that. How about a quick fix for nsIFileSpec,
and then leave this open to move MailNews away from nsIFileSpec?
Reporter | ||
Comment 4•21 years ago
|
||
Fix for problem.
I've added get and setunicode to nsifilespec.
Removing nsifilespec from mailnews is a HUGE job.
This is a stopgap.
Comment 5•21 years ago
|
||
Michael, will the fix resolve Bug 66868 too?
> Location of profile is incorrect shown when the path contains non-ascii chars
Reporter | ||
Comment 6•21 years ago
|
||
*** This bug has been marked as a duplicate of 66868 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: MailNews → Core
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
•