A
A
Amly2016-07-18 16:49:03
.NET
Amly, 2016-07-18 16:49:03

How to fix undisplayed characters in C#?

Hello, I'm using the code:

WebClient webClient = new WebClient();
webClient.Encoding = System.Text.Encoding.UTF8;
string result = webClient.DownloadString(url);

for parsing the page, but there are Chinese characters on the page, they are displayed as squares after loading, how can I fix this?
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Петр, 2016-07-18
@petermzg

Использовать шрифт в котором есть эти символы.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question