[Tickets #5427] Re: Charset problem with attendees coming from freebusy
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon Jun 18 17:59:48 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5427
-----------------------------------------------------------------------
Ticket | 5427
Updated By | roti at al.pmmf.hu
Summary | Charset problem with attendees coming from freebusy
Queue | Kronolith
Version | 2.1.5
Type | Bug
State | Feedback
Priority | 2. Medium
Owners |
-----------------------------------------------------------------------
roti at al.pmmf.hu (2007-06-18 10:59) wrote:
I tested it, and the free/busy vfb file is definitely in latin2 encoding:
$ iconv -f UTF-8 -t ISO-8859-2 ./roti.vfb
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//The Horde Project//Kronolith H3 (2.1.5)//EN
METHOD:PUBLISH
BEGIN:VFREEBUSY
ORGANIZER;CN=Hrotkiconv: illegal input sequence at position 136
$ iconv -t UTF-8 -f ISO-8859-2 ./roti.vfb
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//The Horde Project//Kronolith H3 (2.1.5)//EN
METHOD:PUBLISH
BEGIN:VFREEBUSY
ORGANIZER;CN=Hrotkó Gábor:mailto:roti at al.pmmf.hu
DTSTAMP:20070618T172949Z
DTSTART:20070617T220000Z
DTEND:20070717T220000Z
URL:https://myserver/myhordepath/kronolith/fb.php?u=roti
FREEBUSY:20070701T220000Z/20070706T220000Z
END:VFREEBUSY
END:VCALENDAR
using the latter iconv transformed file in kronolith gives good result.
So kronolith should transform the generated free/busy vfb file to utf-8.
More information about the bugs
mailing list