I am using PHP + HTML + smarty (as a template).
There is some dynamic content coming from user's input.
When user enters some special characters for example —.‘@•
it's been saved properly in variable.
But when I try to show that same content of special character in textbox
(using smarty template) it shows something like this: �.�@�
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> is already included in the
Header`.
I already referred this: utf-8 special characters not displaying
None of its solution worked for me.