Open GoogleCodeExporter opened 8 years ago
Hello Google
I also found same issue of searching special characters with google ajax api.
http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=herret%F8j&start=0&g
l=dk
Also search same(herretøj) string on www.google.dk
This is issue with google ajax api.
Original comment by micro.in...@gmail.com
on 25 Nov 2009 at 5:25
I suspect the issue is the character encoding used when escaping the ø
character. Are you using UTF-8 encoding? Also if you are escaping this in
JavaScript I recommend using encodeUriComponent() as opposed to escape().
Original comment by jscud.w...@gmail.com
on 7 Aug 2010 at 2:50
Original issue reported on code.google.com by
utkarsh....@gmail.com
on 23 Nov 2009 at 7:44