InfoSniper (and MaxMind with their Geo modules behind them?) use Latin-1/ISO 8859-1. Cities and ISPs with e.g. umlauts give ugly output under UTF8.
Bad workaround:
echo "AddDefaultCharset ISO-8859-1" >> .htaccess
InfoSniper (and MaxMind with their Geo modules behind them?) use Latin-1/ISO 8859-1. Cities and ISPs with e.g. umlauts give ugly output under UTF8.
Bad workaround:
echo "AddDefaultCharset ISO-8859-1" >> .htaccess
Comments
Comment #1
jerdiggity commentedAll output is now wrapped in
t($output). Still no umlauts but I don't know what else to do without compromising security...I'm open to suggestions but for now marking this issue as fixed -- please upgrade to 6.x-1.3 (see commit #593930 (http://drupal.org/node/593930)).
:)