Hi,
I have a little strange problem.
I am working on a java web start application(using swing) which paints a particular image on the (canvas)JPanel. Some of the placeholders on it have some non ASCII characters as their text.
Now when that image is being painted on the canvas, the canvas shows '[]' as if it is unable to recognize the native representation of these UTF-8 encoded characters. But when I click on these placeholders, their property listeners show up a dialog box on which the user is allowed to edit the text held by them. Now, strangely enough these dialog boxes show the NON ASCII text in their true and correct representation(means i can edit this text).
Now this defies my conception that may be the OS does not have the native representation of these characters. Although, East Asian Language support is already installed on my system with windows 7 on it.
Even more strangely when I run the same app from the browser on my RHEL5 desktop, it shows the correct representation on the canvas as well as in the dialog boxes which kind of defies the conception that there is a problem in the code behind this app.
For now I am confused what would probably cause this.
Could someone please help me out !
Thanks,
kshtjsnghl