[Tickets #6457] Re: utf-8 error on attendee's addressbook search

bugs at horde.org bugs at horde.org
Thu Mar 20 10:03:03 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/6457
-----------------------------------------------------------------------
 Ticket             | 6457
 Updated By         | szimszon at oregpreshaz.eu
 Summary            | utf-8 error on attendee's addressbook search
 Queue              | Horde Groupware Webmail Edition
 Version            | 1.1-RC3
 Type               | Bug
 State              | Feedback
 Priority           | 1. Low
 Milestone          | 
 Patch              | 
 Owners             | 
-----------------------------------------------------------------------


szimszon at oregpreshaz.eu (2008-03-20 06:03) wrote:

Sorry I have not much time these days... :(

I found some interesting line but it seems to have no effect to my
problem.

In kronolith's imle.php I found the line:
  echo KRONOLITH_Serialize_JSON::encode(String::convertCharset($result,
NLS::getCharset(), 'utf-8'));

(String::convertCharset($result, NLS::getCharset(), 'utf-8' -->)<-- );

And in IMP's compose.php:

$js_code[] = 'var identities = ' .
IMP_Serialize_JSON::encode(String::convertCharset($js_ident,
NLS::getCharset()), 'utf-8');

(String::convertCharset($js_ident, NLS::getCharset()  -->)<--  ,
'utf-8');

In kronolith's code, the 'utf-8' is the argument of String::convertCharset
but not in IMP's code...

Anyway change it in kronolith doesn't do the trick :(







More information about the bugs mailing list