Summary | PEAR's Date_Holidays's *.ser files have recently changed to utf-8 encoding |
Queue | Kronolith |
Queue Version | HEAD |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | m.gabriel (at) das-netzwerkteam (dot) de |
Created | 09/03/2008 (6165 days ago) |
Due | |
Updated | 09/03/2008 (6165 days ago) |
Assigned | |
Resolved | 09/03/2008 (6165 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ PEAR's Date_Holidays's *.ser files have recently changed to utf-8 encoding
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
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'));
---
'utf-8'));