When downloading mq4 from this website, how come the comments looks weird?

 

How come the comments looks weird when downloading mq4 in this website?

 
toksis: How come the comments looks weird when downloading mq4 in this website?

Please explain yourself in more detail. Show screenshots.

 

I tried to ctl V the pic and it was not posted.


See the comment of the code? It is like that.

int ServerTimeOffset=0;// Ñìåùåíèå âðåìåíè ñåðâåðà îòíîñèòåëüíî ëîêàëüíîãî âðåìåíè êîìïüþòåðà

 
toksis #: I tried to ctl V the pic and it was not posted. See the comment of the code? It is like that.

int ServerTimeOffset=0;// Ñìåùåíèå âðåìåíè ñåðâåðà îòíîñèòåëüíî ëîêàëüíîãî âðåìåíè êîìïüþòåðà

That is because the original code comment was written in a language that does not use standard ASCII character set, but instead in a specific ANSI code-page for a different alphabet like Cyrillic used for Russian text.

Only in more modern publications using UTF-8 or UTF-16 file formats, can the source files hold the original character sets of all languages.

Which ever the case, the comments are in a different language than that of English.

 
Fernando Carreiro #:

That is because the original code comment was written in a language that does not use standard ASCII character set, but instead in a specific ANSI code-page for a different alphabet like Cyrillic used for Russian text.

Only in more modern publications using UTF-8 or UTF-16 file formats, can the source files hold the original character sets of all languages.

Which ever the case, the comments are in a different language than that of English.

Oh ok So there are no errors. Thank you
Reason: