Open
Bug 423884
Opened 18 years ago
Updated 3 years ago
Support ENCODING=QUOTED-PRINTABLE in iCalendar files (not in RFC2445)
Categories
(Calendar :: Internal Components, enhancement)
Calendar
Internal Components
Tracking
(Not tracked)
NEW
People
(Reporter: WSourdeau, Unassigned)
Details
Attachments
(1 file)
|
1.46 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.8.1.12) Gecko/20080129 Iceweasel/2.0.0.12 (Debian-2.0.0.12-2)
Build Identifier: Lightning 0.8rc1 and below
See title.
An example .ics would be:
BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VEVENT
UID:abcdef
SUMMARY;ENCODING=QUOTED-PRINTABLE;CHARSET=UTF-8:Hydro-Qu=C3=A9bec
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:Hydro-Qu=C3=A9bec
DTSTART:20080303T220000Z
DTEND:20080303T230000Z
CLASS:PUBLIC
END:VEVENT
END:VCALENDAR
Where both the title and description should be displayed as "Hydro-Québec" but instead are displayed as "Hydro-Qu=C3=A9bec"
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•17 years ago
|
||
Comment 2•17 years ago
|
||
Wolfgang, have you retested this issue with Lighting 0.9? Does it work now?
Updated•17 years ago
|
Component: General → Internal Components
QA Contact: general → base
Updated•17 years ago
|
Whiteboard: qawanted
Updated•17 years ago
|
Attachment #346656 -
Attachment mime type: application/octet-stream → text/plain
Comment 3•17 years ago
|
||
Nuno, Wolfgang: ENCODING=QUOTED_PRINTABLE is not part of the iCalendar standard (see http://tools.ietf.org/html/draft-ietf-calsify-rfc2445bis-09#section-3.2.7). So this is more an enhancement request than a bug.
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: x86 → All
Summary: Fields encoded in quoted-printable are not well decoded → Support ENCODING=QUOTED-PRINTABLE in iCalendar files (not in RFC2445)
Whiteboard: qawanted
| Reporter | ||
Comment 4•16 years ago
|
||
Hi Martin,
As you can see, the provided sample is not specifically compliant to iCalendar but is a VCalendar: http://www.imc.org/pdi/vcal-10.txt, where the quoted-printable encoding is permitted.
Moreover and more generally, even if the standard doesn't not specify it, it doesn't mean Lightning cannot be tolerant.
vCalendar 1.0 has many differences from iCalendar 2.0
The extension vcsSupport
https://addons.mozilla.org/en-US/sunbird/addon/4721
provides some support for vCalendar, though I don't know if the latest version accepts this particular file (a comment suggests a previous version does not). I think you may be more likely to get a fix there.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•