I`ve looked through topics with same (or same-looking) errors, but there was no working solution.
Problem is that all russian letter\chars are unreadable. To read them you need to change encoding via your browser every single time you are visiting my webpage.
This bug (?) was form the very beginning, I HAVE NOT changed anything in configuration files or in templates at first. Then I tried this solution - no use. I even tried to fix this changing
CODE
<meta http-equiv="Content-Type" content="text/html; charset=<$mt:PublishCharset$>" />
into this
CODE
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
still no use.
So can anyone help?
P.S. Link