Posted by Bo Kleve on April 8, 2008 at 9:25pm
Jump to:
| Project: | GeoUser |
| Version: | 6.x-1.3-beta |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
Thanks for your suggestion, I'll consider this in later release.