From: Ivan Kohler Date: Sat, 24 Mar 2012 17:02:28 +0000 (-0700) Subject: fix map links with UTF-8 customer data X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=385939571ba38786e33337504844553c1a250e66 fix map links with UTF-8 customer data --- diff --git a/httemplate/elements/coord-links.html b/httemplate/elements/coord-links.html index 6b91a26e8..3fd3ff696 100644 --- a/httemplate/elements/coord-links.html +++ b/httemplate/elements/coord-links.html @@ -25,7 +25,7 @@ my ($latitude, $longitude, $name, $agentnum) = @_; -my $query = 'name='. uri_escape($name). +my $query = 'name='. uri_escape_utf8($name). ';lat='. $latitude. ';lon='. $longitude;