HTML in Russian

Nrc picture Nrc · Dec 29, 2011 · Viewed 23.5k times · Source

I have to design a Russian version of a web. I get the text from a translator. I copy it in the code of the Dreamweaver but it doesn't work.

I have the usual head:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

What should I do?

Answer

Valeh Hajiyev picture Valeh Hajiyev · Dec 29, 2011

You should change encoding of your file to UTF-8. You can do this process when you Save As file in Notepad or you can use Notepad++(Encoding -> Encode in UTF-8) for it.