Forum Moderators: open
Using Dreamweaver for Non-English Sites
[tlt.its.psu.edu...]
Russian Computing Information (Penn State)
[tlt.its.psu.edu...]
HTH
I have learnt so much from this board and now I think it is a good time to start sharing knowledge with other members when you can.
You have to specify character set in the head section of html by using the following code, which is Cyrillic(Windows):
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
After this, you should be able to copy/paste text from Word to Design view of the Dreamweaver. This should also allow you to type Russian letters directly in the Design view of the Dreamweaver.
Please let me know if this helps.