I have a website with multi-language my page encoding is utf-8, when i use encoding utf-8 it shows all languages but page goes to left and auto margin does not work. when i turn off utf-8 then it shows page in middle (that i want) but all languages turns into boxes.
here is my page encoding
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
I have open pages in text editor and saved as with encoding utf-8
when i save as encoding ANSI its layout works fine like i mention below and for utf-8 not
How can I solve that issue?
This issue comes in IE i am using IE9