Skip to Content
0
Former Member
May 14, 2008 at 10:20 AM

XML with an Reciever Fileadapter and encoding-problem

44 Views

Hi.

I'm sending an XML file to an FTP-server.

In the adapter I have set Filetype to TEXT,

and File Encoding to ISO-8859-1.

The file contain som spesial characters, Æ, Ø Å etc.

Got an error when I try to open it with ex. IE.

When I look at the file on the FTP-server the encoding in the XML-header looks like this.: <?xml version="1.0" encoding="UTF-8" ?> .

I would like it to look like this.: <?xml version="1.0" encoding="ISO-8859-1" ?>

Can someone help me with this problem ?

Thanks