Changeset 1494

Show
Ignore:
Timestamp:
08/18/11 22:24:15 (21 months ago)
Author:
Torben Brodt
Message:

might fix iso charset

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • g-map/files/lib/data/gmap/GmapApi.class.php

    r1328 r1494  
    8888                } 
    8989 
     90                if (CHARSET != 'UTF-8') { 
     91                        $location = StringUtil::convertEncoding(CHARSET, 'UTF-8', $location); 
     92                } 
    9093                $lookupstring = urlencode(StringUtil::trim($location)); 
     94                 
    9195                if(isset($this->cache_search[$lookupstring])) { 
    9296                        return $this->cache_search[$lookupstring];