Posted By:
Erdem_Gunay
Posted On:
Friday, July 6, 2001 12:48 AM
How can I make AWT controls (e.g. label) display turkish characters? Is this related to the font or VM?
To test I do this
Label = new Label("Loginu00fe");
>javac -encoding 8859_9 filename.java
8859_9 corresponds to turkish character set and u00fe corresponds for a special turkish character, but this character is not displayed as expected.
thanks in advance...