Closed
Bug 1760728
Opened 3 years ago
Closed 3 years ago
Support importing non-UTF8 csv file to address book
Categories
(MailNews Core :: Import, task)
MailNews Core
Import
Tracking
(thunderbird_esr91 unaffected)
RESOLVED
FIXED
100 Branch
| Tracking | Status | |
|---|---|---|
| thunderbird_esr91 | --- | unaffected |
People
(Reporter: rnons, Assigned: rnons)
References
Details
Attachments
(1 file)
IOUtils.readUTF8 was used to read csv file in bug 1720042, should detect the charset.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
Introduce MailStringUtils.jsm to read and detect the charset of a file, then convert to UTF-16 string.
| Assignee | ||
Updated•3 years ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 100 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/90a0284e07c6
Support importing non-UTF8 csv file to address book. r=benc
You need to log in
before you can comment on or make changes to this bug.
Description
•