<?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: Preparing your SAS program for internationalization -- or for Unicode in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Preparing-your-SAS-program-for-internationalization-or-for/m-p/553154#M153792</link>
    <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One thing to remember is that, though "K functions" are very nice, not all transfers can go "smooth". My favorite "bad case" is scan() vs. kscan(), kscan() lacks the very nice fourth argument that scan() has, I mean the "modifier". Can't wait to have it in kscan().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;P&gt;Bart&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2019 09:42:14 GMT</pubDate>
    <dc:creator>yabwon</dc:creator>
    <dc:date>2019-04-23T09:42:14Z</dc:date>
    <item>
      <title>Preparing your SAS program for internationalization -- or for Unicode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Preparing-your-SAS-program-for-internationalization-or-for/m-p/551534#M153244</link>
      <description>&lt;P&gt;If you're a SAS programmer who works with international data that contain national characters, then you probably already understand the advantages of using SAS in a Unicode environment (UTF-8 encoding).&amp;nbsp; Due to the global nature of data today, many SAS customers have moved to Unicode SAS for their work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When text characters in data occupy more than one byte of storage each (true for languages like Chinese and Japanese), you must convert your use of byte-centric SAS functions to their multi-byte counterparts.&amp;nbsp; You have to change your code to get the proper behavior in a Unicode session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Enterprise Guide has a tool that can help -- it's the &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/SAS-Code-Analyzer-for-Internationalization/ta-p/551512" target="_self"&gt;SAS Code Analyzer for Internationalization&lt;/A&gt;.&amp;nbsp; My colleague Junichi (&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/269397"&gt;@jpnjna&lt;/a&gt;)&amp;nbsp;has &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/SAS-Code-Analyzer-for-Internationalization/ta-p/551512" target="_self"&gt;written an article that shows how to use this tool to find code that you might need to change&lt;/A&gt;, as well as hard-coded strings to eliminate if you want to localize the text in your code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Questions? Add a comment to the article!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 19:45:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Preparing-your-SAS-program-for-internationalization-or-for/m-p/551534#M153244</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-04-16T19:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Preparing your SAS program for internationalization -- or for Unicode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Preparing-your-SAS-program-for-internationalization-or-for/m-p/553154#M153792</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One thing to remember is that, though "K functions" are very nice, not all transfers can go "smooth". My favorite "bad case" is scan() vs. kscan(), kscan() lacks the very nice fourth argument that scan() has, I mean the "modifier". Can't wait to have it in kscan().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 09:42:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Preparing-your-SAS-program-for-internationalization-or-for/m-p/553154#M153792</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2019-04-23T09:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Preparing your SAS program for internationalization -- or for Unicode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Preparing-your-SAS-program-for-internationalization-or-for/m-p/594740#M170952</link>
      <description>&lt;P&gt;Hi yabwon,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the "K" equivalent of scan() with four arguments is kscanx(). Try it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Artur&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 13:21:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Preparing-your-SAS-program-for-internationalization-or-for/m-p/594740#M170952</guid>
      <dc:creator>Artur_CandF</dc:creator>
      <dc:date>2019-10-08T13:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Preparing your SAS program for internationalization -- or for Unicode</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Preparing-your-SAS-program-for-internationalization-or-for/m-p/594743#M170954</link>
      <description>Thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Bart</description>
      <pubDate>Tue, 08 Oct 2019 13:27:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Preparing-your-SAS-program-for-internationalization-or-for/m-p/594743#M170954</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2019-10-08T13:27:04Z</dc:date>
    </item>
  </channel>
</rss>

