How to set up Russian Letters with OpenGL

hi
I want set up Russian Letters
who can help
Thanks!

Hi, Would you use Russian letters with bitmap fonts or outline fonts ?

Anyway you can go to

NeHe's bitmap fonts lesson (using a bitmap)

or

NeHe's outline font lesson (using real letters)

And instead using a latin-char bitmap, you choose a bitmap with Russian letters, 256x256

You might give a try to FTGL :
http://homepages.paradise.net.nz/henryj/code/#FTGL

It can do any kind of font (you have to provide a ttf font file).

I’m using it to display Japanese characters and it works really nice.