Chinese character Display for Date from Gregorian calendar in JSP
Hi
I am doing internationalization for my JSPs, as part of that i am doing character encoding to utf-8(for chinese/japanese). Evrything is fine..
Now the problm is i am displaying gregorian calendar to select date in a small window using some javascript code...
For default encoding it is working fine....for utf-8 or other encoding it is raising error.(may be javascript)and also the date is nto displaying properly..i think the problem would be in javascript/.
So can you pls tell me how to over come this problm...
thanks in adance...
regards
bhaskar

