I've a trouble with utf-8 encoding in xamarin android.it doesn't display Cyrillic symbols.
WebClient wc = new WebClient (); wc.Encoding = System.Text.Encoding.Utf8; Console.WriteLine(wc.DownloadString("http://puls-radio.ru/rds/mari.txt"));
I've a trouble with utf-8 encoding in xamarin android.it doesn't display Cyrillic symbols.
WebClient wc = new WebClient (); wc.Encoding = System.Text.Encoding.Utf8; Console.WriteLine(wc.DownloadString("http://puls-radio.ru/rds/mari.txt"));