6.0.0-beta1
7/21/25

[#7280] PEAR's Date_Holidays's *.ser files have recently changed to utf-8 encoding
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

History
09/03/2008 10:41:17 AM Jan Schneider Comment #2
State ⇒ Not A Bug
Reply to this comment
You are *not* using HEAD.
09/03/2008 10:35:11 AM m (dot) gabriel (at) das-netzwerkteam (dot) de Comment #1
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
Reply to this comment
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'));

Saved Queries