I have used
"<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>" at the top of my jsp.
UTF-8 coding works fine in all parts of the page except the <textarea> field. FYI, I have kept this <textarea> filed within a form.
I am testing with the below content in this text area:
‘Contacts’ AND ™ Trade Mark AND Registered symbol ® AND Double"Quote AND APOSTROPHE'
But it appears as below in the textarea:
âContactsâ AND ⢠Trade Mark AND Registered symbol ® AND Double"Quote AND APOSTROPHE'
Please suggest at the earliest. Thanks in advance