Click to See Complete Forum and Search --> : Help me to display Unicode font on title bar.
Vu Truong
April 17th, 2002, 05:33 AM
Hi all,
I get troubles when I'm trying to display Unicode font onto JFrame and JDialog's title bar. There're some characters appear with '?', such as '\u1EC3', '\u01B0'...
If you already solved this issue, please show me the way. Thanks for your help.
Norm
April 17th, 2002, 12:00 PM
Unicode is not a font. Its an encoding scheme for characters. You need to find the font with the required display character for the unicode values you have. It is possible for the same Unicode value to display differently in different fonts.
Norm
Vu Truong
April 17th, 2002, 09:45 PM
I mean that I use Arial and Times New Roman unicode font. They show me the same results. Some characters, such as '\u1EC3', '\u01B0', appear with '?'. These characters displayed well on JLabel or JTextField. But they haven't done on JFrame or JDialog's title bar.
Norm
April 18th, 2002, 10:55 AM
Sorry, I haven't worked with the fonts used in title bars.
Norm
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.