what is default encoding of
pageContext.getOut().write(message
) and how to set the other encoding if I need?
Asked
Active
Viewed 158 times
0

Nico_99
- 29
- 2
- 7
1 Answers
0
The default encoding relate to your Browser, you can set the encoding by using:
response.setContentType("text/html;charset=UTF-8");

gil.fernandes
- 12,978
- 5
- 63
- 76