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

[794 byte] By [myDreamEffortsa] at [2007-11-27 6:09:36]
# 1
Are your resource bundles still in the class path (are there any other files having the same name(s) are found first, which might come from sp6?)Nate
NateMiddleWesta at 2007-7-12 17:13:48 > top of Java-index,Desktop,I18N...