<?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: Unicode XTSRING to String Question? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-xtsring-to-string-question/m-p/6284353#M1388833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prince,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried that. The result for the value (1,2,3)  in the string is correct, but the hex goes back to (2 byte) Unicode, 3100, 3200, 3300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to have the hex (of the character string) at non-Unicode when passing out (1 byte), 31,32,33. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2009 12:46:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-26T12:46:48Z</dc:date>
    <item>
      <title>Unicode XTSRING to String Question?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-xtsring-to-string-question/m-p/6284351#M1388831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an xstring which holds the converted (to non-unicode utf-8) hexidecimal contents of a string. I have to pass out the string with the new (non-unicode, utf-8) values, not the unicode values it holds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words:  &lt;/P&gt;&lt;P&gt;                                  v_field = '123'   hex = 3100,3200,3300  (Unicode)&lt;/P&gt;&lt;P&gt;               converted_to_utf-8_buffer hex = 31,32,33&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I need the value to stay 1,2,3, but I need its hex values changed to converted_to_utf-8_buffer  hex = 31,32,33.&lt;/P&gt;&lt;P&gt;Due to issues we are having passing this data(html) out to a Web Application since Unicode upgrade, I want to pass the &lt;/P&gt;&lt;P&gt;this data(html) with the same values and hex values as it was before unicode Upgrade?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Is this possible?  How?&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, 26 Oct 2009 12:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-xtsring-to-string-question/m-p/6284351#M1388831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T12:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode XTSRING to String Question?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-xtsring-to-string-question/m-p/6284352#M1388832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi TMM,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can use FM 'HR_RU_CONVERT_HEX_TO_STRING ' to convert hex data to string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 12:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-xtsring-to-string-question/m-p/6284352#M1388832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T12:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode XTSRING to String Question?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-xtsring-to-string-question/m-p/6284353#M1388833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prince,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried that. The result for the value (1,2,3)  in the string is correct, but the hex goes back to (2 byte) Unicode, 3100, 3200, 3300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to have the hex (of the character string) at non-Unicode when passing out (1 byte), 31,32,33. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 12:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-xtsring-to-string-question/m-p/6284353#M1388833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T12:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode XTSRING to String Question?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-xtsring-to-string-question/m-p/6284354#M1388834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello TMM, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you get a solution for your problem? Actually I meet the same one... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your feedback, &lt;/P&gt;&lt;P&gt;valérie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 14:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-xtsring-to-string-question/m-p/6284354#M1388834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-01T14:36:20Z</dc:date>
    </item>
  </channel>
</rss>

