Hey there

I am creating a Qt application. This program must support cyrillic fonts (or encoding). So it must take cyrillic data from a database and display that on widgets. What should be added to the program to be sure that cyrillic characters will be displayed correctly on any computer (on any systems where the main language may be not with cyrillic letters)? I was advised to add a cyrillic code page to my project but I have no clue how to do it.