Hi here is a strange issue faced during display of greek characters::
We are running the following
java code snippet
for (int i=0;i<256;i++) {
System.out.println("ASCII Character Value ::"+(char)i);
}
when we are running the above code in unix prompt of solaris environment we are able to see the correct GREEK characters for the ASCII value 194,195,196,197 ....
But when we run the same program in WAS of same solaris environment we are receiving the output as Question Marks for the ASCII value 194,195,196,197 ....
Can any one help us why we are receiving the Question marks when we run the above code in WAS instance.
We are using the WAS version 4.0.6 in solaris environment 5.8 .
Please let me know if there is any setting that I have to set in WAS.
Thanks in Advance,
Rudhra