[Tickets #6220] lib/Imple/ContactAutoCompleter: charset conversion

bugs at horde.org bugs at horde.org
Wed Feb 6 14:22:09 UTC 2008


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

Ticket URL: http://bugs.horde.org/ticket/?id=6220
-----------------------------------------------------------------------
 Ticket             | 6220
 Created By         | patrick.abiven at apitech.fr
 Summary            | lib/Imple/ContactAutoCompleter: charset conversion
 Queue              | Kronolith
 Version            | FRAMEWORK_3
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Milestone          | 
 Patch              | 
 Owners             | 
-----------------------------------------------------------------------


patrick.abiven at apitech.fr (2008-02-06 09:22) wrote:

Hello
Kronolith attendees autocompletion doesn't support extended characters
(such as french é).
It seems that in line 75 we should add a call to utf8_decode().

- $results = $this->expandAddresses($input, true);
+ $results = $this->expandAddresses( utf8_decode($input), true);

Thanks for your advises.
Regards
Patrick




More information about the bugs mailing list