<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: File encoding in File Content Conversion in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940867#M4014989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Asif,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Japanese characters can be encoded using UTF-8 (takes 3 bytes) or UTF-16 (takes 2 bytes). &lt;A href="http://en.wikipedia.org/wiki/UTF-8" title="http://en.wikipedia.org/wiki/UTF-8"&gt;UTF-8 &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Encoding can be changed using below options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Option 1: - You can use modules to change encoding.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;A class="jive-link-external-small" href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79fb42?QuickLink=index&amp;amp;overridelayout=true&amp;amp;20010252719731" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7; background: transparent;"&gt;Work with character encoding in SAP PI&lt;/A&gt;. Section 4, page 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Option 2: - XSLT mapping.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;A _jive_internal="true" data-containerid="30824" data-containertype="37" data-objectid="122006" data-objecttype="38" href="https://answers.sap.com/community/pi-and-soa-middleware/blog/2015/03/07/how-to-create-xslt-mapping-in-sap-pi-po" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;How to create XSLT Mapping in SAP PI / PO&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Option 3: - Java mapping.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;A _jive_internal="true" data-containerid="2034" data-containertype="14" data-objectid="62165" data-objecttype="102" href="https://answers.sap.com/docs/DOC-62165" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Handling Code page, Character encoding in SAP PI / PO&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;A _jive_internal="true" data-containerid="30824" data-containertype="37" data-objectid="120604" data-objecttype="38" href="https://answers.sap.com/community/pi-and-soa-middleware/blog/2015/02/08/how-to-create-java-mapping-in-sap-pi-po" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;How to create Java Mapping in SAP PI / PO&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Mar 2015 02:12:03 GMT</pubDate>
    <dc:creator>RaghuVamseedhar</dc:creator>
    <dc:date>2015-03-14T02:12:03Z</dc:date>
    <item>
      <title>File encoding in File Content Conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaq-p/10940866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, this is the first time I am working with this single and double byte Japanese chars and not sure how to produce the required output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an IDOC --&amp;gt; PI ---&amp;gt; FCC scenario and have to produce the output flat file in Shift-JIS encoding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the encoding Shift-JIS in Receiver Channel but when I open the output file in Notepad++ or Notepad it is showing me encoding ANSI UTF-8 and not Shift-JIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody please suggest how to achieve this and also let me know how to handle single and double byte Japanese chars and do I need to define the field type as byte in Data Type and in FCC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single byte : &lt;SPAN style="color: #444444; font-family: Calibri, sans-serif; font-size: 15px;"&gt;ウ&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double byte : &lt;SPAN style="color: #444444; font-family: Calibri, sans-serif; font-size: 15px;"&gt;市&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use MessageTransform and TextCodepageConversion Bean in File Adapter to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 22:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaq-p/10940866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-13T22:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: File encoding in File Content Conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940867#M4014989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Asif,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Japanese characters can be encoded using UTF-8 (takes 3 bytes) or UTF-16 (takes 2 bytes). &lt;A href="http://en.wikipedia.org/wiki/UTF-8" title="http://en.wikipedia.org/wiki/UTF-8"&gt;UTF-8 &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Encoding can be changed using below options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Option 1: - You can use modules to change encoding.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;A class="jive-link-external-small" href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79fb42?QuickLink=index&amp;amp;overridelayout=true&amp;amp;20010252719731" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7; background: transparent;"&gt;Work with character encoding in SAP PI&lt;/A&gt;. Section 4, page 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Option 2: - XSLT mapping.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;A _jive_internal="true" data-containerid="30824" data-containertype="37" data-objectid="122006" data-objecttype="38" href="https://answers.sap.com/community/pi-and-soa-middleware/blog/2015/03/07/how-to-create-xslt-mapping-in-sap-pi-po" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;How to create XSLT Mapping in SAP PI / PO&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Option 3: - Java mapping.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;A _jive_internal="true" data-containerid="2034" data-containertype="14" data-objectid="62165" data-objecttype="102" href="https://answers.sap.com/docs/DOC-62165" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Handling Code page, Character encoding in SAP PI / PO&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;A _jive_internal="true" data-containerid="30824" data-containertype="37" data-objectid="120604" data-objecttype="38" href="https://answers.sap.com/community/pi-and-soa-middleware/blog/2015/02/08/how-to-create-java-mapping-in-sap-pi-po" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;How to create Java Mapping in SAP PI / PO&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2015 02:12:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940867#M4014989</guid>
      <dc:creator>RaghuVamseedhar</dc:creator>
      <dc:date>2015-03-14T02:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: File encoding in File Content Conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940868#M4014990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked the sap encoding document but I think I cannot use that if I am using File Content Conversion until I use the MessageTranform&lt;SPAN style="font-size: 10pt;"&gt;Bean and provide all the content conversion detail over there.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me difference between File Encoding and Char encoding because in the Receiver File Adapter we only have file encoding parameter and if I used that and provide Shift-JIS then the output is not showing correct chars but PI log is showing that it is converted into Shift-JIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Receiver Adapter log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/664503" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/664504" /&gt;&lt;/P&gt;&lt;P&gt;I have not checked but if I use the XSLT mapping after the message mapping then in File encoding I have to provide the Binary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you worked on fieldFixedLengthType : byte? When do we use that option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Asif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2015 03:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940868#M4014990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-14T03:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: File encoding in File Content Conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940869#M4014991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Asif,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All unicode characters (including Japanese) can be encoded using UTF-8 (or UTF-16). Please use UTF-8 encoding, unless target system insists on using some other encoding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If target system insists, they want file content to be encoded in Shift-JIS (please try Cp943, as it is supper set. &lt;A href="http://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html"&gt;Link&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use one of the 3 modules mentioned in &lt;A class="jive-link-external-small" href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79fb42?QuickLink=index&amp;amp;overridelayout=true&amp;amp;20010252719731" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; color: #3778c7; background-position: initial;"&gt;Work with character encoding in SAP PI&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2015 01:22:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940869#M4014991</guid>
      <dc:creator>RaghuVamseedhar</dc:creator>
      <dc:date>2015-03-15T01:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: File encoding in File Content Conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940870#M4014992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, target system only reads the Shift-JIS file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My only confusion is that do I need to use File encoding or char encoding because as per my understanding File encoding only works for XML case and not for Flat files so I have to use MessageTransformBean and then define all the FCC parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please confirm if the difference I have highlight above is correct or is there any other difference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to hear from you soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Asif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2015 05:54:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940870#M4014992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-15T05:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: File encoding in File Content Conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940871#M4014993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi Asif,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;You can use File Encoding parameter for text files as mentioned in the below document&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt; &lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79fb42?QuickLink=index&amp;amp;overridelayout=true&amp;amp;20010252719731" style="font-family: Arial, sans-serif; font-size: 12px;"&gt;&lt;SPAN style="color: #3778c7; font-size: 10pt; font-family: 'inherit','serif';"&gt;Work with character encoding in SAP PI&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;In the receiver file adapter you can apply the codepage to which the documents are&lt;/P&gt;
&lt;P&gt;converted. &lt;STRONG&gt;This is only useful if you convert the content to a text or CSV file&lt;/STRONG&gt;. If you want&lt;/P&gt;
&lt;P&gt;to change the codepage for XML you have to be aware that the codepage in the file&lt;/P&gt;
&lt;P&gt;receiver channel setting does not influence the XML declaration. Use the adapter module&lt;/P&gt;
&lt;P&gt;XmlAnonymizerBean instead (refer to chapter 4.3) or use your own XSLT or Java&lt;/P&gt;
&lt;P&gt;mapping program.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;As per below sap note encoding for Shift-JIS you can mention as MS932.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;1883836 - Japanese character becomes garbled when converting from/to Shift-JIS(SJIS) encoding&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/664814" height="71" width="170" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Or you can use TextCodepageConversionBean module.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/664815" height="110" width="271" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2015 10:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940871#M4014993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-15T10:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: File encoding in File Content Conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940872#M4014994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks Praveen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried as you have mentioned but no difference in the output and actually the CodepageConversion Bean is not doing anything because the document is not plain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/664816" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghu @ I have tried Cp943 but still the same output as above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Any other suggestion guys.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2015 11:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940872#M4014994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-15T11:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: File encoding in File Content Conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940873#M4014995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Asif,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try&lt;/P&gt;&lt;P&gt;Option 1:- Remove FCC in receiver channel. Use MessageTransformBean with content conversion. Use encoding MS932 or Shift-JIS in MessageTranformBean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option 2:- Please add XSLT mapping with MS932 or Shift-JIS after message mapping. This option worked for me in NWDS.&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="122006" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="How to create XSLT Mapping in SAP PI / PO" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;xsl:stylesheet version="1.0" xmlns:xsl="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/XSL/Transform"&gt;http://www.w3.org/1999/XSL/Transform&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;xsl:output encoding="MS932" /&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;xsl:template match="/"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;xsl:copy-of select="." /&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;/xsl:template&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/xsl:stylesheet&amp;gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Mar 2015 14:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940873#M4014995</guid>
      <dc:creator>RaghuVamseedhar</dc:creator>
      <dc:date>2015-03-15T14:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: File encoding in File Content Conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940874#M4014996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asif,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be your payload content type is application/xml TextCodepageConversionBean only works for content type text/plain or text/html.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Lucida Console', Monaco, 'Courier new', monospace; font-size: 12px;"&gt;&lt;EM&gt;Note that &lt;STRONG&gt;TextCodepageConversionBean&lt;/STRONG&gt; module only converts the payload of the text MIME types such as (text/html, text/plain, etc) that does not carry the encoding information in its content. In other words, this module takes the text content as a sequence of characters in some encoding and converts it into an equivalent sequence of characters in the specified encoding.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;please refer below note.&lt;/P&gt;&lt;P&gt;&lt;A href="http://service.sap.com/sap/support/notes/960663" style="font-family: Arial, Helvetica, sans-serif; background-color: #cbdbea;" title="960663  - XI 3.0 Adapter Framework Text Codepage Conversion Module"&gt;&lt;SPAN class="title" style="color: #000000; font-weight: bold;"&gt;960663 - XI 3.0 Adapter Framework Text Codepage Conversion Module&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="title" style="color: #000000; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="title" style="color: #000000;"&gt;Only File Encoding option works for me without the TextCodepageConversionBean module.&lt;/SPAN&gt;&lt;SPAN class="title" style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="title" style="color: #000000;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/665153" height="93" width="222" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="title" style="color: #000000;"&gt;Audit log:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/665154" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Receiver File:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/665155" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="title" style="color: #000000; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="title" style="color: #000000; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 09:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940874#M4014996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-16T09:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: File encoding in File Content Conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940875#M4014997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen/Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have solved the issue by using MessageTransformBean and use charset in Content Type and it works for me and I am getting the expected output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help guys. I really appreciate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 10:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940875#M4014997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-16T10:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: File encoding in File Content Conversion</title>
      <link>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940876#M4014998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asif,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad to hear that issue is resolved, please close the thread as mentioned below blog.&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="82566" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="How to close a discussion and why" href="https://community.sap.com/" modifiedtitle="true" title="How to close a discussion and why"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 10:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/file-encoding-in-file-content-conversion/qaa-p/10940876#M4014998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-16T10:38:18Z</dc:date>
    </item>
  </channel>
</rss>

