This is a discussion on migrating welogic 6.1 to 8.1 international character display problem - Weblogic ; Hi, I am migrating application from weblogic 6.1 to weblogic 8.1 sp1 , my problem is character like french, spanish and german are not displaying properly. i have tried following: 1. in all the pages.(not working) 2. i have removed ...
Hi,
I am migrating application from weblogic 6.1 to weblogic 8.1 sp1 , my problem is character like french, spanish and german are not displaying properly. i have tried following:
1.<%@ page contentType="text/html; charset=UTF8" pageEncoding="UTF8"%> in all the pages.(not working)
2. i have removed above setting from all pages which are included as static (still not working)
3. in weblogic.xml I defined
encoding
UTF-8
compilerSupportsEncoding
false
with all permutation and combination.(not working)
I am getting some of characters garbled.
any solutions