Display of International Fonts in my Labels.

I am writing an application, which has been internationalized.

However, at one stage, you type text into a textfield and that gets outputted onto a label. This works fine for the usual english fonts, but when I use special characters it won't work (eg e grave, or acute). I just shows rectangles for these characters.

How can I fix this problem?

Thanks.

james

[405 byte] By [jsugrue] at [2007-9-26 11:45:10]
# 1
Use a Font that can render those characters.
DrClap at 2007-7-2 1:55:38 > top of Java-index,Desktop,I18N...
# 2
hi.I am using Arial, and the fonts show up ok on a button when the string it taken from a resource bundle, but when the user just types the text in, and I need to display it on a label or a button, it shows up as a rectangle.james
jsugrue at 2007-7-2 1:55:38 > top of Java-index,Desktop,I18N...