Suggested changes in geouser.module:

Line 100: '#value' => utf8_encode($location->city),
Change coding of city name from ISO-Latin-8 to UTF-8

Line 112: '#value' => t($location->countryName),
Make country name translatable

/BoK

Comments

zidong.c’s picture

Thanks for your suggestion, I'll consider this in later release.