为什么我的网站不显示俄文和中文编码[重复]

This question already has an answer here:

My site does not display the Russian and Chinese language even if I add the header in my php page Header ('Content-Type: text / html; charset = utf-8');

</div>

What you mean "not displaying"? Bad encoding or something else? Try to use:

setlocale(LC_ALL, 'UTF-8');