awesomplete
awesomplete copied to clipboard
how use awesomplete with utf8 russian?
I tried awesomplete, but I have strange bug with external json resourses. If I select json-links with russian texts - awesomplete not worked. List of search = zero. How I can use awesomplete with ciryllic symbols? Exam;le russian json: http://www.wisdomweb.ru/editor/bookbase.json
Thank you!
It is not a bug. Your json file contains errors (, at the end of the last item of data. Remove it and it should work). Exemple :
{
title:"Страх и отвращение в Лас-Вегасе ",
author:"Хантер Томпсон",
cost:340,
quantity:12,
}
You have to remove ',' after 12.