Non-ascii characters in geolocation plugin

Hi,

I found possible bug in geolocatin plugin, its in file plugins/Geolocation/views/shared/map/browse.kml.php on line 40. The problem is that function htmlentities() returns iso8859-1 encoded characters by default but the map.kml file should be in utf-8.

This can be reproduced if you have item with character 'í' in address.

Thanks for pointing this out. We're fixing it for the next release. In the meantime you can edit that page and remove the htmlentities:

<address><![CDATA[<?php echo $location['address']; ?>]]></address>