[Kolab-devel] [issue4672] Kolab_Storage has encoding problems

Gunnar Wrobel issues at kolab.org
Thu Nov 25 20:14:26 CET 2010


Reported by Thomas Brüderli:

>>> * What encoding does the Kolab_Storage system expect? I see charset
>>> problems when passing an array with UTF-8 strings to Kolab_Data::save()
>>
>> That might be connected to the "NLS" class not being setup properly. Can
>> you try if calling
>>
>>    NLS::setCharset('UTF-8');
>>
>> helps?
>
> No, didn't help. But meanwhile I found a fix for it:
>
> In the constructor of the Horde_DOM_Document class, the DOM object needs to
> be initialized with UTF-8 explicitly set:
>   $this->node = new DOMDocument('1.0', 'UTF-8');

----------
assignedto: wrobel
keyword: web client
messages: 27257
nosy: bernhard, martin, thomas, wickert, wilde, wrobel
priority: bug
status: unread
title: Kolab_Storage has encoding problems

______________________________________
Kolab issue tracker <issues at kolab.org>
<https://issues.kolab.org/issue4672>
______________________________________




More information about the devel mailing list