I would like to scrape this site: https://haraj.com.sa
but when I do I get characters like these stranger character
I tried these things but don’t work for me:
string str = "مكاتب ادارية للإيجار"; var bytes = Encoding.UTF8.GetBytes(str); dataGridView.Rows.Add( Encoding.UTF8.GetString(bytes) );
Anonymous Asked question May 13, 2021
Recent Comments