What makes you think that you are getting the wrong characters? Where are you seeing the question marks? [ November 17, 2008: Message edited by: Ulf Dittmer ]
I created a textbox,and i inserted a turkisk word(����) like dis.I print these word in a servlet and getting like this (��������).i made request.setCharacterEncoding("UTF-8").how will i get the same word in a servlet...Wat all things should i need to change.
Where did you print the characters - to a web page?
Was the page where you entered the characters encoded in UTF-8 as well? If memory serves, a browser will use the same encoding to send a form which was used to encode the page containing the form.