[Tickets #7280] PEAR's Date_Holidays's *.ser files have recently changed to utf-8 encoding
bugs at horde.org
bugs at horde.org
Wed Sep 3 10:35:12 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7280
------------------------------------------------------------------------------
Ticket | 7280
Created By | m.gabriel at das-netzwerkteam.de
Summary | PEAR's Date_Holidays's *.ser files have recently
| changed to utf-8 encoding
Queue | Kronolith
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
m.gabriel at das-netzwerkteam.de (2008-09-03 06:35) wrote:
PEAR's Date_Holidays's *.ser files have recently changed to utf-8
encoding. Recently means somewhere between verson 0.17.4 and 0.20.1...
The following patch fixes the holiday driver in kronolith for recent
versions of Date_Holidays, but actually we probably need a version
check of the currently installed PEAR package Date_Holidays.
mailhost:/usr/local/share/_horde-versions_/horde3-kolab-cvs-20080826/horde/kronolith/lib/Driver# diff holidays.php.orig
holidays.php
179c179
< $this->setTitle(String::convertCharset($dhEvent->getTitle(),
'iso-8859-1'));
---
> $this->setTitle(String::convertCharset($dhEvent->getTitle(),
> 'utf-8'));
More information about the bugs
mailing list