Hi all,
I use this plugin with italian language books because he can collect tags in italian language (cool)
btw I had a problem with diacritics in authors name, the UTF-8 was not correctly send in quesy string ie. Roberto Bolaño was sent as u'Roberto Bola\xf1o' and return no resoults
Running identify query with parameters:
{u'authors': [u'Roberto Bola\xf1o'], u'identifiers': {u'isbn': u'9788845922084'}, u'timeout': 30, u'title': u'2666. La parte dei critici-La parte di Amalfitano-La parte di Fate'}
same query (with n instead of ñ) Roberto Bolano whorks like a charm
obviously same problem witho other diacritics èéòà etc.
how could I fix it to send drom worker to init the correct utf-8 author string (my python is very very poor, I can only print hello worl

)
thanks in advance
lone