Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

French characters in a JSP page

807605Jun 21 2007 — edited Jun 21 2007
I have an HTML page with a form that has a text field that can accept text from the user. This text can be multilanguage and when French charcters are in the text field, when the user submits the HTML form, my JSP that retrieves the text from the text field is not encoding the characters properly.

For example, this line:
�nonc� sur la sant�, la s�curit� et le milieu de travail

Into a String object in my JSP page as this:
�?nonc�� sur la sant��, la s��curit�� et le milieu de travail

This is no doubt an encoding problem but I am not sure hot to fix it.

Anyone have any recommendations?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 19 2007
Added on Jun 21 2007
2 comments
562 views