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"/>

10 comments:

  1. Thank you .. its woks fine..

    ReplyDelete
  2. Its not working for me.

    ReplyDelete
  3. encoding issue it is working properly in local but not working in when i publish code please let me know

    ReplyDelete
  4. I'm glad you found a solution for encoding German characters.

    ReplyDelete