I'm getting some problems trying Google Geocoding service when using special characters like "º" or letters with accents.

Whenever I try something like: "barcelona, nº 10"

I get 0 results. But trying: "barcelona n 10"

I get results...

I suspect is something related with encoding. I tried this:

geocoder.geocode({'address': encodeURI( $('#direction').val() )}, function(){} );

But didn't help.

Any Idea?

link|improve this question

1  
have you tried encodeURIComponent for , – kjy112 Dec 22 '10 at 21:26
mm, doesn't work either – clinisbut Dec 22 '10 at 21:36
is your page in utf-8? "barcelona, nº 10" should work. it works here platz.se – Codler Dec 22 '10 at 23:06
yes, but that makes me thing if the javascript file needs to be in utf-8 too... – clinisbut Dec 23 '10 at 7:06
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.