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"/>
Thank you! :)
ReplyDeleteWelcome Ervis Drekaj!!!!!!!!!!
DeleteThank you so much! it works!
ReplyDeleteWelcome Agusapri!!!!!!!!!!!!
Deletenot working.
ReplyDeletegive me your code....will help
DeleteThank you .. its woks fine..
ReplyDeleteIts not working for me.
ReplyDeleteencoding issue it is working properly in local but not working in when i publish code please let me know
ReplyDelete