<?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 encoding non-English characters in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/encoding-non-English-characters/m-p/473230#M71029</link>
    <description>&lt;P&gt;I am relatively new to the SAS studio.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the CSV file that I wanted to import in SAS, which contains Japanese characters.&lt;/P&gt;&lt;P&gt;Without the encoding, the Japanese&amp;nbsp;characters become garbled like this "&lt;SPAN&gt;�&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;The below programming code worked for one of the dataset. However, when I tried this for another dataset, some of the columns remained garbled, when all the other columns encoded successfully into the proper Japanese characters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILENAME REFFILE '/folders/myfolders/JADE/data.csv' encoding='shift-JIS' ;&lt;BR /&gt;PROC IMPORT DATAFILE=REFFILE&lt;BR /&gt;DBMS=CSV&lt;BR /&gt;OUT=WORK.data replace;&lt;BR /&gt;GETNAMES=YES ;&lt;BR /&gt;RUN ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really appreciate it if anyone could please help me solve this problem.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jun 2018 04:07:03 GMT</pubDate>
    <dc:creator>SAS_AMUH</dc:creator>
    <dc:date>2018-06-26T04:07:03Z</dc:date>
    <item>
      <title>encoding non-English characters</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/encoding-non-English-characters/m-p/473230#M71029</link>
      <description>&lt;P&gt;I am relatively new to the SAS studio.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the CSV file that I wanted to import in SAS, which contains Japanese characters.&lt;/P&gt;&lt;P&gt;Without the encoding, the Japanese&amp;nbsp;characters become garbled like this "&lt;SPAN&gt;�&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;The below programming code worked for one of the dataset. However, when I tried this for another dataset, some of the columns remained garbled, when all the other columns encoded successfully into the proper Japanese characters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILENAME REFFILE '/folders/myfolders/JADE/data.csv' encoding='shift-JIS' ;&lt;BR /&gt;PROC IMPORT DATAFILE=REFFILE&lt;BR /&gt;DBMS=CSV&lt;BR /&gt;OUT=WORK.data replace;&lt;BR /&gt;GETNAMES=YES ;&lt;BR /&gt;RUN ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really appreciate it if anyone could please help me solve this problem.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 04:07:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/encoding-non-English-characters/m-p/473230#M71029</guid>
      <dc:creator>SAS_AMUH</dc:creator>
      <dc:date>2018-06-26T04:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: encoding non-English characters</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/encoding-non-English-characters/m-p/473584#M71051</link>
      <description>Use NotePad++ open data.csv and check the correct encoding at south east corner .</description>
      <pubDate>Wed, 27 Jun 2018 02:59:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/encoding-non-English-characters/m-p/473584#M71051</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-06-27T02:59:19Z</dc:date>
    </item>
  </channel>
</rss>

