Skip to content

Commit 51f4688

Browse files
committed
Merge branch '2.x'
2 parents 1018ef3 + 4751894 commit 51f4688

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ CHANGELOG
5151

5252
## 2.x
5353

54+
### 2.8.2 (2015-01-07)
55+
56+
* Fixed: encoding issue for `maxmind` provider
57+
5458
### 2.8.1 (2014-12-08)
5559

5660
* Fixed: freegeoip `zip_code` property because of an API change

src/Geocoder/Provider/MaxMind.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private function executeQuery($query)
147147
}
148148

149149
return $this->returnResults([
150-
array_merge($this->getDefaults(), $data)
150+
$this->fixEncoding(array_merge($this->getDefaults(), $data))
151151
]);
152152
}
153153

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
s:215:"BR,Brazil,26,"Santa Catarina",Florian�polis,-27.5833,-48.5667,,,America/Sao_Paulo,SA,,"Global Village Telecom","Global Village Telecom",gvt.net.br,"AS18881 Global Village Telecom",Cable/DSL,residential,18,99,52,92,,";

0 commit comments

Comments
 (0)