Labels

Thursday, May 10, 2012

German characters encoding issue

Issue:-We had faced a problem regarding German characters encoding in our application GUI editor.
When GUI inserts the values in  database tables, it does not insert the German characters properly in the database and thus it is not able to retrieve those characters in proper format.

 Solution:-Need to add below code in particular jsp

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>

9 comments: