Localisation issue
Hi,
We have one Localisation Issue in Weblogic server 8.1 SP6. Localisation works fine in WebLogic 8.1 SP5.
We are using the "UTF-8" as the encoding schema and it's working fine in Weblogic 8.1 SP5 and the same application is not working in Weblogic 8.1 SP6. All labels are displayed in "?" when I switch to other locale except the default one.
We tried the following scenario's to fix the issue but didn't work.
1. -Dfile.encoding=UTF-8 was mentioned in the startWeblogic.cmd
2. Changed the filter class by adding the content type to the request and response object. Added the content type in header.jsp also.
4. Generated the properties files using the native2ascii command.
Please guide me how to fix this issue.
Thanks
Aravind

