Skip to content

Commit

Permalink
utf8 support for address url
Browse files Browse the repository at this point in the history
  • Loading branch information
travisfont committed Feb 1, 2017
1 parent 7a00403 commit fe335b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setters.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function setRadius($radius)

public function setAddress($address)
{
$this->address = urlencode($address);
$this->address = urlencode(utf8_encode($address));
}

public function setLatLng($lat, $lng)
Expand Down

0 comments on commit fe335b4

Please sign in to comment.