dd($result);
Result:
...
+description: "عند...ترنت."
+keywords: b"°ó¨Ü¨ü¨ê...ܰ®"
...
+keywords
has the letter 'b' in front of the string, description does not have that... What does the 'b' mean? And if it is possible, how can I convert the string?
Btw, this is the result if I var_dump the keywords:
string(116) "���,����,�,��,����������,����������,��,��������,�������,������:"
I think it has to do something with charset, i'm using UTF-8.