<?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>topic Re: Doubt in code page in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-code-page/m-p/3455828#M830258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One has to look at the 3rd party application itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Java uses Unicode only - so if your backend is Unicode, it's no problem&lt;/P&gt;&lt;P&gt;- VB/.NET - it depends if the vendor of the 3rd party application is aware and if those programs are written to support that. If the developers assume, that they are always talking to a Latin-1 system, there can be problems if you transfer/read/write data, that is non-Latin-1 (or 7-bit ASCII).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have had several applications that needed to be upgrade before our conversion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- connected Fax servers (their RFC library was too old)&lt;/P&gt;&lt;P&gt;- an automatic stock system (same as above)&lt;/P&gt;&lt;P&gt;- EDI converter (new version needed to be installed/upgraded)&lt;/P&gt;&lt;P&gt;- Office 2000 --&amp;gt; Office 2003 (couldn't deal correctly with double byte data combined with Latin-1 or Latin-5)&lt;/P&gt;&lt;P&gt;- other filesystem based interfaces (we had to modify the programs so that they write Latin-1 instead of an UTF-8 textfile - means OPEN DATASET FOR OUTPUT IN LEGACY TEXT MODE.... )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It really depends on the way the 3rd party application interacts with the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2008 12:47:52 GMT</pubDate>
    <dc:creator>markus_doehr2</dc:creator>
    <dc:date>2008-04-17T12:47:52Z</dc:date>
    <item>
      <title>Doubt in code page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-code-page/m-p/3455826#M830256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have few scenarios , think file is coming from our Partner or Vendor who is using .NET , VB or JAVA. then what can be the possibility ??&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;How to convert one OS Code Page to Another OS Code Page . Can we build a scenario for this like we are using Windows NT and our Vendor System is using Unix OS then what are the conversions needed ? Think of different scenarios , When Product is built what are the different scenarios we need to consider.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Please send me the Scenarios..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vikram25383@yahoo.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 06:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-code-page/m-p/3455826#M830256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-18T06:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in code page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-code-page/m-p/3455827#M830257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know what scenario you want, but you can think of using RFC (Remote Function Call) for unicode &amp;lt;=&amp;gt; non-unicode  / codepage conversion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 01:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-code-page/m-p/3455827#M830257</guid>
      <dc:creator>vincentlim826</dc:creator>
      <dc:date>2008-04-09T01:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in code page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-code-page/m-p/3455828#M830258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One has to look at the 3rd party application itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Java uses Unicode only - so if your backend is Unicode, it's no problem&lt;/P&gt;&lt;P&gt;- VB/.NET - it depends if the vendor of the 3rd party application is aware and if those programs are written to support that. If the developers assume, that they are always talking to a Latin-1 system, there can be problems if you transfer/read/write data, that is non-Latin-1 (or 7-bit ASCII).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have had several applications that needed to be upgrade before our conversion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- connected Fax servers (their RFC library was too old)&lt;/P&gt;&lt;P&gt;- an automatic stock system (same as above)&lt;/P&gt;&lt;P&gt;- EDI converter (new version needed to be installed/upgraded)&lt;/P&gt;&lt;P&gt;- Office 2000 --&amp;gt; Office 2003 (couldn't deal correctly with double byte data combined with Latin-1 or Latin-5)&lt;/P&gt;&lt;P&gt;- other filesystem based interfaces (we had to modify the programs so that they write Latin-1 instead of an UTF-8 textfile - means OPEN DATASET FOR OUTPUT IN LEGACY TEXT MODE.... )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It really depends on the way the 3rd party application interacts with the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 12:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-code-page/m-p/3455828#M830258</guid>
      <dc:creator>markus_doehr2</dc:creator>
      <dc:date>2008-04-17T12:47:52Z</dc:date>
    </item>
  </channel>
</rss>

