<?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 Handling multiple languages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-multiple-languages/m-p/12424828#M1997497</link>
    <description>&lt;P&gt;Hi all ,&lt;/P&gt;
  &lt;P&gt;I am having a text DATA1 which is a mixture of english and japanese.&lt;/P&gt;
  &lt;P&gt;I need to store it in a variable VAR of type C and length 15.&lt;/P&gt;
  &lt;P&gt;If data1 = 血液型ar .., it's length is 8. ( Japanese text are considered as 2 bytes )&lt;/P&gt;
  &lt;P&gt;So , when assigning DATA1 to VAR , VAR = 血液型arXXXXXXX. ( X represents the space )&lt;/P&gt;
  &lt;P&gt;But , what is happening is , VAR = 血液型arXXXXXXXXXX. ( extra spaces are added , as Japanese letters are taken as single byte ).&lt;/P&gt;
  &lt;P&gt;Can anyone please provide solution for this ?&lt;/P&gt;</description>
    <pubDate>Wed, 18 Aug 2021 11:32:06 GMT</pubDate>
    <dc:creator>nivetha_d2021</dc:creator>
    <dc:date>2021-08-18T11:32:06Z</dc:date>
    <item>
      <title>Handling multiple languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-multiple-languages/m-p/12424828#M1997497</link>
      <description>&lt;P&gt;Hi all ,&lt;/P&gt;
  &lt;P&gt;I am having a text DATA1 which is a mixture of english and japanese.&lt;/P&gt;
  &lt;P&gt;I need to store it in a variable VAR of type C and length 15.&lt;/P&gt;
  &lt;P&gt;If data1 = 血液型ar .., it's length is 8. ( Japanese text are considered as 2 bytes )&lt;/P&gt;
  &lt;P&gt;So , when assigning DATA1 to VAR , VAR = 血液型arXXXXXXX. ( X represents the space )&lt;/P&gt;
  &lt;P&gt;But , what is happening is , VAR = 血液型arXXXXXXXXXX. ( extra spaces are added , as Japanese letters are taken as single byte ).&lt;/P&gt;
  &lt;P&gt;Can anyone please provide solution for this ?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 11:32:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handling-multiple-languages/m-p/12424828#M1997497</guid>
      <dc:creator>nivetha_d2021</dc:creator>
      <dc:date>2021-08-18T11:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Handling multiple languages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-multiple-languages/m-p/12424829#M1997498</link>
      <description>&lt;P&gt;I don't really understand what you mean. If your SAP system is Unicode, all characters are 2 bytes (*). So the result you obtain is correct.&lt;/P&gt;&lt;P&gt;EDIT: (*)&lt;/P&gt;&lt;P&gt;except a Unicode character in the range U+010000 U+10FFFF which occupies 2 characters.&lt;/P&gt;&lt;P&gt;If I take your first character “血”, it's U+8840, so it occupies 1 character.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 13:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handling-multiple-languages/m-p/12424829#M1997498</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-08-18T13:01:02Z</dc:date>
    </item>
  </channel>
</rss>

