[SOLVED] The problem with generation of non-English content

Hello. I have some problems with generation of non-English content: in spite of settings in config.toml
languageCode = "ru"
defaultContentLanguage = "ru"
the Hugo generates content of md-files into the set of rhombuses in the resulting html code. The encoding was written as “utf-8” in the header.html layout. The operating system is Windows.
How to repair this problem?


Hurray, I solved this problem by myself! I changed encoding of my md-files and < layouts>.html from “ansi” into “utf-8 without BOM” by means of Notepad++! And everything started to work correctly. :heart_eyes:

1 Like