chinese character with CMP
hi, i'm developing web application using CMP and jsp. actually my jsp pages all in chinese. my form accept chinese character when user click submit, all text entered by user will be captured and inserted to db (sql server). but my problem here is, only alphabet can be captured correctly. chinese character will be converted to strange characters. i check my db, i do manual sql insert and it accept chinese. my encoding is utf-8 but all still cannot work. may i know how to solve this. plz help. thx.
cy

