Forum Moderators: open
All of the google info I got was about displaying the text properly, presupposing that it got up properly. I need to know how to put it on the server properly.
Could anyone help me by making a short list of steps to take to get Russian to display properly in a client's browser?
Thanks : )
You need to add russian keyboard layout. Besides that you need to change another setting to be able to use cyrillic based fonts in all applications.
Go to Start -> Settings -> Control Panel -> Regional and Language Options -> Advanced [tab]
There is a drop down box:
Select a language to match the language version of the non-Unicode programs you want to use:
Select "Russian" and press OK. Restart.
The reason i said maybe for Win 2000 is because I have never used it and I am not sure if it is the same, but I think it should be the same.
If you use Windows 95, 98 or ME:
You need to get an unitility called cyrwin (i beleive, not sure). It will enable support for cyrillic characters.
[fingertipsoft.com...]
I caution you to be wary about "windows-only" solutions...there's a lot of other technology out there. One thing you can be relatively sure of - if the target audience reads Russian, then THEIR browsers will have access to the correct fonts, and know what to do with Russian/Cyrillic charsets.
Also for reference, here is a Macromedia DreamWeaver TechNote:
Using English Dreamweaver to develop non-English pages [macromedia.com].
These are the encoding of Cyrillic text that you can find on different machines:
Major problems were always cause by Windows vs. KOI8. Since internet was mainly started by *nix users, most of the texts were written in KOI8. When it was picked up by users, who mostly used MS Windows based systems they wrote in 1251 encoding.
There were many solutions.
One of the most famous ones was to have Windows and KOI versions of the site available with a switch on a splash page where a user can select which encoding to view the text in.
Second solution came in later, when browsers were able to switch encoding. Then creators included meta tags specifying which encoding the site is in. Or sent encoding specific HTTP headers.
Content-type: text/html; charset=KOI8-R
There was also a Russian version of apache that used different ports for different encodings and it would convert pages on the fly.