| Summary | lib/Imple/ContactAutoCompleter: charset conversion |
| Queue | Kronolith |
| Queue Version | FRAMEWORK_3 |
| Type | Bug |
| State | No Feedback |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | patrick.abiven (at) apitech (dot) fr |
| Created | 02/06/2008 (6484 days ago) |
| Due | |
| Updated | 03/06/2008 (6455 days ago) |
| Assigned | 02/06/2008 (6484 days ago) |
| Resolved | 03/06/2008 (6455 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
béroujon from the ldap server. But if i write it in the autocompleted
field, nothing appears ...
It finds it with the add of utf8_decode ...
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ lib/Imple/ContactAutoCompleter: charset conversion
Queue ⇒ Kronolith
State ⇒ Unconfirmed
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