Presentation of city and country
Bo Kleve - April 8, 2008 - 21:25
| Project: | GeoUser |
| Version: | 6.x-1.3-beta |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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

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