Posted By:
bubble_tang
Posted On:
Tuesday, April 27, 2004 07:37 PM
Hi!
I solved the multicharacterset like the following:
add a filter class and the description in web.xml,add "charset=UTF-8" in jsp pages.
The problem is that I used a parameter ,and the parameter's value is Traditional Chinese,like this,"http://my.homepage/submit.do?name=XXXX".I can see the right XXXX displaying at IE's status bar,but when I click the link,to my surprise,it can not get the XXXX's right value!
why?
Any reply appreciated!