aspose file tools
The moose likes Struts and the fly likes Processing ISO-8859-1 characters in forms Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Processing ISO-8859-1 characters in forms" Watch "Processing ISO-8859-1 characters in forms" New topic
Author

Processing ISO-8859-1 characters in forms

Robert Heath
Ranch Hand

Joined: Aug 11, 2010
Posts: 94

I have some characters in the upper part of the ISO-8859-1 table that appear in some of my input forms, but when they reach the action class, the characters do not get translated correctly. The & and characters in the lower part of the table seem to translate correctly, but characters like the acute e, and grave e, etc. don't translate.

Does anyone have any ideas what I might be doing wrong?

Thanks - Bob
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Processing ISO-8859-1 characters in forms
 
Similar Threads
Struts multipart/form-data and encoding problem
ISO-8859-2 and Struts
multilingual JSP/Servlets
character encoding issue
Handling Chinese characters while retriving fromDB using JDBC