[turba] export vcard - escape of ;
etienne
etiennesky at yahoo.com
Thu Jun 22 13:13:10 PDT 2006
When I export in vcard, there are numerous ";" that
are converted to "\;" where they should not be.
This happens in the "N" (name) and "ADR" (adress)
fields, when the values are empty.
As an example, here is part of one entry:
-----
N:Aerotechnik\;\;\;\;
ADR;TYPE=HOME:\;\;\;\;\;\;
ADR;TYPE=WORK:\;\;\;\;\;\;
-----
but it should read:
-----
N:Aerotechnik;;;;
ADR;TYPE=HOME:;;;;;;
ADR;TYPE=WORK:;;;;;;
-----
The problem is that is escapes ; even when it is used
as a field seperator.
The code is in horde/lib/Horde/iCalendar.php in
function _exportvData on line 790.
should I file a bug report? I'm sorry I don't have
time to fix it right now.
Etienne
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the turba
mailing list