Try changing writer.Write(ip.Iso3166CountryCode)
to writer.Write(UnicodeEncoding.Default.GetBytes(ip.Iso3166CountryCode))
, that should work! :)
deltreme
2010-10-14 06:41:35
Try changing writer.Write(ip.Iso3166CountryCode)
to writer.Write(UnicodeEncoding.Default.GetBytes(ip.Iso3166CountryCode))
, that should work! :)