We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faba415 commit 062c75dCopy full SHA for 062c75d
1 file changed
OpenGraph.php
@@ -60,7 +60,7 @@ static public function fetch($URI) {
60
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
61
curl_setopt($curl, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
62
63
- $response = curl_exec($curl);
+ $response = mb_convert_encoding(curl_exec($curl), 'HTML-ENTITIES', 'UTF-8');
64
65
curl_close($curl);
66
0 commit comments