I was trying to use the jQuery autocomplete widget with one of my project.
You can see the complete code here :
http://www.jqueryautocomplete.com/jquery-autocomplete-php-mysql-json-example.html.
The code works fine as explained.
Once I change the database encoding to UTF8, the scripts starts behaving differently altogether. If I type a capital A it shows only names which were saved using a capital A, like Allan, Amy, Annie but when I type in small 'a' all name having capital initials disappears. I tried searching for answers everywhere but couldn't find any. Can anyone of you please help.