hi, i have made Qt program with none english language and when i run the program
on windows 98 the button's text disappear because windows 98 does not support
unicode there is a solution?
thanks
Printable View
hi, i have made Qt program with none english language and when i run the program
on windows 98 the button's text disappear because windows 98 does not support
unicode there is a solution?
thanks
Unicode support is a Qt feature - it doesn't require any support from the operating system. There must be something else wrong with your application.
Check if you have correct fonts installed on that system.
Jacek suggested font problems - that's a good guess, maybe you use a font that simply doesn't have proper glyphs.
yah , it works, when i changed the font the button text appears on windows 98
thank you very much.