You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I often get unrecognized characters out of the getCity() function. I have tried reencoding it to UTF-8 using mb_convert_encoding($geo->getCity(),"UTF-8","auto"), but that sometimes generates this warning: Warning: mb_convert_encoding(): Unable to detect character encoding in ...
Maybe if you know the encoding of the string I can reencode it more exactly...
Any ideas?
The text was updated successfully, but these errors were encountered:
Hi there,
I often get unrecognized characters out of the getCity() function. I have tried reencoding it to UTF-8 using
mb_convert_encoding($geo->getCity(),"UTF-8","auto")
, but that sometimes generates this warning:Warning: mb_convert_encoding(): Unable to detect character encoding in ...
Maybe if you know the encoding of the string I can reencode it more exactly...
Any ideas?
The text was updated successfully, but these errors were encountered: