cancel
Showing results for 
Search instead for 
Did you mean: 

How to set codepage iso-8859-1 in output XML?

Former Member
0 Kudos

Dear experts,

I want to create an XML file with codepage "iso-8859-1" from PI 7.11.

I have already tried to put the filetype to TEXT and ISO-8859-1 in the File Encoding field of my receiving CC (using the FTP adapter), but I still get an xml in codepage UTF-8.

It should also be possible to realise this via an XSL mapping, but where do I have to do this? Or is there any other way to use codepage ISO-8859-1?

Thanks in advance,

William

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

For an XML you cannot change the encoding in file adapter channel. You have to apply file type binary for all XML files.

You can change the encoding with help of the XMLAnonymizerBean:

/people/stefan.grube/blog/2007/02/02/remove-namespace-prefix-or-change-xml-encoding-with-the-xmlanonymizerbean

Former Member
0 Kudos

Hi JWD.

try with the standard module TextCodepageConversionBean.

http://help.sap.com/saphelp_nwpi711/helpdata/en/45/da2deb47812e98e10000000a155369/frameset.htm

Francesco

former_member472138
Active Contributor
0 Kudos

Hi

You can do this change at Visual Administrator level. There are some parameters you need to edit and add IS0-8859, so that Integration engine will set for that encode.

So, you can ask the Basis guys to perform this.

This would certainly works out for you.

Regards

Pothana