<?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: INTERNATIONAL PHONETIC ALPHABET in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/INTERNATIONAL-PHONETIC-ALPHABET/m-p/431235#M106625</link>
    <description>&lt;P&gt;First I would check your EG setup is setup for UTF16, got to say I haven't come across those symbols before, but if they are in Unicode and your system is setup as UTF16 then it should read them ok.&amp;nbsp; Did you check with your SAS/IT group?&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jan 2018 12:26:14 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-01-26T12:26:14Z</dc:date>
    <item>
      <title>INTERNATIONAL PHONETIC ALPHABET</title>
      <link>https://communities.sas.com/t5/SAS-Programming/INTERNATIONAL-PHONETIC-ALPHABET/m-p/431183#M106604</link>
      <description>&lt;P&gt;I have to analysis a Excel file including mainly IPA (International phonetic language) characters, I am trying to import it using SAS enterprise guide, I have to analyze the variables which include IPA characters.&lt;/P&gt;&lt;P&gt;How can it be done?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 05:07:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/INTERNATIONAL-PHONETIC-ALPHABET/m-p/431183#M106604</guid>
      <dc:creator>arielaor</dc:creator>
      <dc:date>2018-01-26T05:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: INTERNATIONAL PHONETIC ALPHABET</title>
      <link>https://communities.sas.com/t5/SAS-Programming/INTERNATIONAL-PHONETIC-ALPHABET/m-p/431186#M106606</link>
      <description>&lt;P&gt;What you should do depends largely on the SAS modules available at your site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Import could be done by using libname-statement, proc import or the data import wizard.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To suggest something for further steps you have to explain "analyze" is detail.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 07:01:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/INTERNATIONAL-PHONETIC-ALPHABET/m-p/431186#M106606</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-01-26T07:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: INTERNATIONAL PHONETIC ALPHABET</title>
      <link>https://communities.sas.com/t5/SAS-Programming/INTERNATIONAL-PHONETIC-ALPHABET/m-p/431195#M106608</link>
      <description>&lt;P&gt;Please review how to post a good quest.&amp;nbsp; Shouting a thread title which is not a good title, and providing no detail is not going to get you any answers.&amp;nbsp; Start by not writing all in UPPERCASE.&amp;nbsp; Provide test data in the form of a datastep showing what you have, show what you want out, provide explanations of the logic between.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 09:06:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/INTERNATIONAL-PHONETIC-ALPHABET/m-p/431195#M106608</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-26T09:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: INTERNATIONAL PHONETIC ALPHABET</title>
      <link>https://communities.sas.com/t5/SAS-Programming/INTERNATIONAL-PHONETIC-ALPHABET/m-p/431225#M106619</link>
      <description>&lt;P&gt;I tried to import to SAS the file (appended) prtest.xlsx, I used IMPORT fron SAS ENTREPISE GUIDE 7.15.&lt;/P&gt;&lt;P&gt;In the EXcel file Variables Target and Output include special IPA characters, in the resulting SAS DATA FILE (***.sas7bdat) all the vowel characters and other characters appear as question sign (?).&lt;/P&gt;&lt;P&gt;How can I make SAS ENTREPISE GUIDE read correctly into the SAS DATA FILE these special characters- this characters are part of the UNICODE encoding.&lt;/P&gt;&lt;P&gt;I have SAS 9.4(with UNICODE SUPPORT) for further analysis.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 12:03:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/INTERNATIONAL-PHONETIC-ALPHABET/m-p/431225#M106619</guid>
      <dc:creator>arielaor</dc:creator>
      <dc:date>2018-01-26T12:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: INTERNATIONAL PHONETIC ALPHABET</title>
      <link>https://communities.sas.com/t5/SAS-Programming/INTERNATIONAL-PHONETIC-ALPHABET/m-p/431235#M106625</link>
      <description>&lt;P&gt;First I would check your EG setup is setup for UTF16, got to say I haven't come across those symbols before, but if they are in Unicode and your system is setup as UTF16 then it should read them ok.&amp;nbsp; Did you check with your SAS/IT group?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 12:26:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/INTERNATIONAL-PHONETIC-ALPHABET/m-p/431235#M106625</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-26T12:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: INTERNATIONAL PHONETIC ALPHABET</title>
      <link>https://communities.sas.com/t5/SAS-Programming/INTERNATIONAL-PHONETIC-ALPHABET/m-p/431525#M106759</link>
      <description>&lt;P&gt;My EG setup is encoding= WLATIN1 (OPTIONS statement in PROGRAM), i tried to change the encoding option but it can be done only at setup.&lt;/P&gt;&lt;P&gt;The windows 10 command line does not work.&lt;/P&gt;&lt;P&gt;In all config files in EG library i see such as loggin.config or SEguide.exe.config in&amp;nbsp; the first line&amp;nbsp;i find encoding=UTF-8.&lt;/P&gt;&lt;P&gt;How can i change the current (WLATIN1) encoding to UTF-8 or UTF-16.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jan 2018 10:50:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/INTERNATIONAL-PHONETIC-ALPHABET/m-p/431525#M106759</guid>
      <dc:creator>arielaor</dc:creator>
      <dc:date>2018-01-27T10:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: INTERNATIONAL PHONETIC ALPHABET</title>
      <link>https://communities.sas.com/t5/SAS-Programming/INTERNATIONAL-PHONETIC-ALPHABET/m-p/431711#M106834</link>
      <description>&lt;P&gt;You would need to speak with the IT person responsible for the system, and have them setup a UTF encoded session for you.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 09:41:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/INTERNATIONAL-PHONETIC-ALPHABET/m-p/431711#M106834</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-01-29T09:41:26Z</dc:date>
    </item>
  </channel>
</rss>

