Website URL
Error
I can’t add ru laungage support, how to add it?
Hey there, try adding
<html lang="ru">
<meta charset="UTF-8">
in your html
Make sure that the file is saved in the UTF-8 format. Adding html tags won’t fix this problem since it is caused by format issue.
I try it, don’t work.
How to Make sure that the file is saved in the UTF-8 format?
You can either try editing the file through the File Manager, though I don’t know if it works, or saving the file again on the editor you’re using, making sure you select UTF-8 as the encoding format, and uploading the file again.
I see that you are using UTF-8 in your html file, are you using some kind a of font?
Firefox is smart enough to detect encoding errors in the file as well; in fact my console tells me that the byte flow is invalid based on the declared character encoding and so the encoding could be invalid.
Yeah and it could happen if he’s using some kind of font that aren’t recognized.
Already tried it, doesn’t work
No
Try these words. Привет
What editor are you using?
No reaction
WinSCP
Did you add something or did it just work?
it’s just worked.
try the below code
<html>
<h1>Привет</h1>
</html>
remove the whole code and replace with it
I don’t think WinSCP is a text editor, but it can interface with other text editors, for example Notepad. I used both the File Manager in a test I did, then Visual Studio Code with another test where I uploaded the file using FileZilla and it just worked, so I think you were using Notepad to save the file.
Interesting, it doesn’t work either. I tried watching from my phone and from my PC using other browsers