From 385939571ba38786e33337504844553c1a250e66 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 24 Mar 2012 10:02:28 -0700 Subject: [PATCH] fix map links with UTF-8 customer data --- httemplate/elements/coord-links.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0