Closed
Bug 315673
Opened 20 years ago
Closed 20 years ago
Sunbird 0.3 should not choke on UTF-8 errors
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 315672
People
(Reporter: gk, Assigned: mostafah)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051104 Mozilla Sunbird/0.3a1
Sunbird 0.2 split the UTF-8 encoded character so when you try to import a calendar file from Sunbird 0.2 to Sunbird 0.3a, you get the following error :
Component returned failure code : 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIConverterInputStream.redString]" ns Result: "0x8000ffff (NS_ERROR_UNEXPECTED) " location : "jsFrame::file:///C:/Program%20Files/Mozilla/sunbird/component/calcIcsImportExport.js::ics_importFromStream::line 72" data :no
To make it work, I have to search for à at the end of a line followed by a space and © on the next line in the calendar file (.ics). Move the à to the next line, just before the ©.
Reproducible: Always
Steps to Reproduce:
1. Create a .ics file with at the end of the DESCRIPTION: line à Ã followed by a space and © on the next line
2. Open Sunbird 0.3
3. Import the created file
Actual Results:
Error :
Component returned failure code : 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIConverterInputStream.redString]" ns Result: "0x8000ffff (NS_ERROR_UNEXPECTED) " location : "jsFrame::file:///C:/Program%20Files/Mozilla/sunbird/component/calcIcsImportExport.js::ics_importFromStream::line 72" data :no
Expected Results:
Import correctly the .ics file.
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 315672 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•