Hi All,
I have an ADF Task Form with its header details (in .jspx file) as,
<?xml version='1.0' encoding='windows-1252'?>
..
..
<jsp:directive.page contentType="text/html;charset=windows-1252"/>
However, I am facing error when characters like Euro sign needs to displayed in one of the text field.
It is shown as question mark character.
My question is, if I change encoding in above two places from windows-1252 to UTF-8, will it affect the other parts of code?
I suppose it should not as UTF-8 supports all characters as supported in windows-1252 and also it will take care of euro sign as well.
Or is there any way by which i can change the encoding of particular text field to UTF-8 so that characters like Euro appear properly on the form?
Thanks and Regards,
Sanket