Footer.lbi - Russian chars
Hi all, I am trying to add the below to html pages as footer.lbi using dreamweaver... but somehow after saving the file...The Russian characters turn into another weird language...
How will I embed this correctly into my html pages as footer?
<meta http-equiv="Content-Language" content="ru" />
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
<div id="footer">
<div id="footerleft">Все права защищены. <a href="../privacy.html">Политика конфиденциальности</a></div>
<div id="footerright">Дизайн & Разработка сайта <a href="http://nanowebtechltd.com" target="_blank">Nano Web Tech Ltd.</a></div>
<div class="clear"></div>
</div>
