ZfSnapGeoip
ZfSnapGeoip copied to clipboard
Encoding of getCity()?
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?