Index: branches/5.3.x/core/units/helpers/geocode_helper.php =================================================================== diff -u -N -r15483 -r15902 --- branches/5.3.x/core/units/helpers/geocode_helper.php (.../geocode_helper.php) (revision 15483) +++ branches/5.3.x/core/units/helpers/geocode_helper.php (.../geocode_helper.php) (revision 15902) @@ -1,6 +1,6 @@ Application->ConfigValue('GoogleMapsURL').'output=xml&key='. - $this->Application->ConfigValue('GoogleMapsKey').'&q='.urlencode($qaddress); + $this->Application->ConfigValue('GoogleMapsKey').'&q='.kUtil::escape($qaddress, kUtil::ESCAPE_URL); $curl_helper = $this->Application->recallObject('CurlHelper'); /* @var $curl_helper kCurlHelper */