Unable to get rid of windows-1252
I'm using the bursting functionality to send the output of a report in attachment with a message in the mail body. The issue is that all the special characters in the mail body like ä or ü for example appears as ß.
I suppose that the issue is the character set of the mail : when I visualize the source of the mail in Outlook 2010, I see :
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
and it should be UTF-8 to work.
The bursting control file is like that :
<?xml version="1.0" encoding="UTF-8"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi