[Tickets #6103] Re: mbstring problem in iCalendar webcal access
bugs at horde.org
bugs at horde.org
Mon Jan 14 10:18:31 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=6103
-----------------------------------------------------------------------
Ticket | 6103
Updated By | yohann.fourteau at aitb.org
Summary | mbstring problem in iCalendar webcal access
Queue | Horde Framework Packages
Version | HEAD
Type | Bug
State | Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners | Jan Schneider
-----------------------------------------------------------------------
yohann.fourteau at aitb.org (2008-01-14 05:18) wrote:
> Can you try if the following patch (to
> horde/libs/Horde/iCalendar.php) fixes this issue?
It doesn't work.
If I force the charset to utf-8, it works...
(the calendar is always in UTF8)
With that
$result .= $this->_foldLine($attr_string, 'utf-8') . $this->_newline;
instead of
$result .= $this->_foldLine($attr_string, NLS::getCharset()) .
$this->_newline;
at line 1017
Thanks for your reactivity !!
Yohann
More information about the bugs
mailing list