6.0.0-RC7
6/27/26

[#6220] lib/Imple/ContactAutoCompleter: charset conversion
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 2/6/08 (6716 days ago)
Due
Updated 3/6/08 (6687 days ago)
Assigned 2/6/08 (6716 days ago)
Resolved 3/6/08 (6687 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
3710 Jan Schneider State ⇒ No Feedback
 
4012 Jan Schneider Comment #4 Reply to this comment
Which browser and client/server platform do you use?
21 laurent (dot) beroujon (at) i-carre (dot) net Comment #3 Reply to this comment
Works perfectly for me. Does it work if you use the address book popup?
Yes. If i write bérou in the adress book popup, it finds the name 
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 ...
306 Jan Schneider Comment #2 Reply to this comment
Works perfectly for me. Does it work if you use the address book popup?
54 Chuck Hagenbuch Assigned to Jan Schneider
State ⇒ Feedback
 
82 patrick (dot) abiven (at) apitech (dot) fr Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ lib/Imple/ContactAutoCompleter: charset conversion
Queue ⇒ Kronolith
State ⇒ Unconfirmed
Reply to this comment
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


Saved Queries