I am facing one issue in which special characters like ß or ü are changed to some other characters when sent in request.
I have already set meta tag <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/> in jsp page and encoding of workspace is set to UTF-8. But still I am facing this issue. Initially encoding was not set to UTF-8, I changed it afterwards and now i can check in notepad++ that all files are in encoded in UTF-8.
Add comment