I am working on a little website for my mother in php, using mysql. I want to use the inserted cities to spit out Google Maps.
Problem is that if you insert a city with a Swedish name, such as Norrköping, Google won't give you a map. You have to insert "Norrkoping" without the umlauts.
Is there a way I can change the charset with getting the info, or inputting it, so the dots are removed?
Same thing får Åå (store as Aa) and Ää (store as Aa).
Thanks!