PDA

View Full Version : i have a problem with Qt unicode



coder1985
19th November 2007, 19:08
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

wysota
19th November 2007, 19:22
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.

jacek
19th November 2007, 20:27
Check if you have correct fonts installed on that system.

coder1985
20th November 2007, 09:59
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.

like what this something?:confused:

wysota
20th November 2007, 10:33
Jacek suggested font problems - that's a good guess, maybe you use a font that simply doesn't have proper glyphs.

coder1985
20th November 2007, 21:08
yah , it works, when i changed the font the button text appears on windows 98
thank you very much.