6.0.0-alpha14
7/3/25

[#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 02/06/2008 (6357 days ago)
Due
Updated 03/06/2008 (6328 days ago)
Assigned 02/06/2008 (6357 days ago)
Resolved 03/06/2008 (6328 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/06/2008 10:33:37 AM Jan Schneider State ⇒ No Feedback
 
02/24/2008 12:03:40 PM Jan Schneider Comment #4 Reply to this comment
Which browser and client/server platform do you use?
02/07/2008 01:45:02 PM 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 ...
02/06/2008 06:41:30 PM Jan Schneider Comment #2 Reply to this comment
Works perfectly for me. Does it work if you use the address book popup?
02/06/2008 04:49:05 PM Chuck Hagenbuch Assigned to Jan Schneider
State ⇒ Feedback
 
02/06/2008 02:22:08 PM 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