<?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: How to Change Encoding from WLATIN1 to UTF-8 in SAS Enterprise Guide in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/597712#M17472</link>
    <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/22588"&gt;@Amir&lt;/a&gt;. I have changed the link in that post to point to his article, not post. I appreciate you letting us know about it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Shelley&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2019 13:41:26 GMT</pubDate>
    <dc:creator>ShelleySessoms</dc:creator>
    <dc:date>2019-10-18T13:41:26Z</dc:date>
    <item>
      <title>How to Change Encoding from WLATIN1 to UTF-8 in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/597234#M17458</link>
      <description>&lt;P&gt;Firstly I want to tell you that this is not a question. I am writing the solution for this query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run the below code in SAS Enterprise Guide, then the log show "ENCODING=WLATIN1". See: Below Image&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;proc options option=encoding;&lt;BR /&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Encoding1.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33186i46A31647DBBC2377/image-size/large?v=v2&amp;amp;px=999" role="button" title="Encoding1.PNG" alt="Encoding1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, to change the Encoding from WLATIN1 to UTF-8, We have to change in the configuration file.&lt;/P&gt;&lt;P&gt;See: Below Image (Expected Result)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Encoding2.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33187i9663A88D1150D095/image-size/large?v=v2&amp;amp;px=999" role="button" title="Encoding2.PNG" alt="Encoding2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get this result follow the steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Go to the link:&amp;nbsp;&amp;nbsp;C:\Program Files\SASHome_foundation\SASFoundation\9.4\nls&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;There should be a configuration file&amp;nbsp;sasv9.cfg in both "en" and "u8" folders.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. There is a file sasv9.cfg on the location:&amp;nbsp;C:\Program Files\SASHome_foundation\SASFoundation\9.4&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Open it in notepad. Here you will find the config;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;-config "C:\Program Files\SASHome_foundation\SASFoundation\9.4\nls\en\sasv9.cfg"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Make a small change in it. Just replace "en" with "u8" and Save.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;-config "C:\Program Files\SASHome_foundation\SASFoundation\9.4\nls\u8\sasv9.cfg"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Open a new session of SAS Enterprise Guide and run the below code again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;proc options option=encoding;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. Now the Encoding of your system will change from&amp;nbsp;WLATIN1 to UTF - 8.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 10:05:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/597234#M17458</guid>
      <dc:creator>mrityunjaya</dc:creator>
      <dc:date>2019-10-17T10:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Encoding from WLATIN1 to UTF-8 in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/597297#M17464</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/242710"&gt;@mrityunjaya&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for posting! I think this would be great information to put into an article on the Community. If you've not contributed to the library before, I'd be happy to assist in getting you started. Just let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 12:31:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/597297#M17464</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2019-10-17T12:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Encoding from WLATIN1 to UTF-8 in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/597307#M17465</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. But the Article Option is not enable yet on my profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have written a mail to sas community to enable it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will definitely write the Article on it and add some new points also.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 13:03:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/597307#M17465</guid>
      <dc:creator>mrityunjaya</dc:creator>
      <dc:date>2019-10-17T13:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Encoding from WLATIN1 to UTF-8 in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/597312#M17466</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/242710"&gt;@mrityunjaya&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm on the team with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;. I have given you article writing permission now, so feel free to go ahead and enter your article. One of us can delete your post when you get the article ready.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your contributions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Shelley&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 13:25:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/597312#M17466</guid>
      <dc:creator>ShelleySessoms</dc:creator>
      <dc:date>2019-10-17T13:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Encoding from WLATIN1 to UTF-8 in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/597630#M17469</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/14323"&gt;@ShelleySessoms&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/214450"&gt;@joeFurbee&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this post is removed in time, please be aware that&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/242710"&gt;@mrityunjaya&lt;/a&gt;&amp;nbsp;did link to this post in:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/New-SAS-User/SAS-ACCESS-to-connect-to-postgresql-problem/m-p/597262#M16126" target="_blank"&gt;https://communities.sas.com/t5/New-SAS-User/SAS-ACCESS-to-connect-to-postgresql-problem/m-p/597262#M16126&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So perhaps a link to the new article (or a redirect) could be placed in the above link at the appropriate time. Not sure if there are any other links to this post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 07:40:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/597630#M17469</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2019-10-18T07:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Encoding from WLATIN1 to UTF-8 in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/597666#M17470</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/14323"&gt;@ShelleySessoms&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your support to give me permission to write an Article.&lt;/P&gt;
&lt;P&gt;I have published the article. The link is&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Change-Encoding-from-WLATIN1-to-UTF-8-using-SAS-Enterprise-Guide/ta-p/597621" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Change-Encoding-from-WLATIN1-to-UTF-8-using-SAS-Enterprise-Guide/ta-p/597621&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 10:24:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/597666#M17470</guid>
      <dc:creator>mrityunjaya</dc:creator>
      <dc:date>2019-10-18T10:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Encoding from WLATIN1 to UTF-8 in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/597712#M17472</link>
      <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/22588"&gt;@Amir&lt;/a&gt;. I have changed the link in that post to point to his article, not post. I appreciate you letting us know about it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Shelley&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 13:41:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/597712#M17472</guid>
      <dc:creator>ShelleySessoms</dc:creator>
      <dc:date>2019-10-18T13:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Encoding from WLATIN1 to UTF-8 in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/909625#M27785</link>
      <description>Wow in my computer, i can not find the fold SASHome_foundation.&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Dec 2023 09:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/909625#M27785</guid>
      <dc:creator>Dashuai</dc:creator>
      <dc:date>2023-12-25T09:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Change Encoding from WLATIN1 to UTF-8 in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/909628#M27786</link>
      <description>&lt;P&gt;If your Enterprise Guide connects to a server, you won't have the SASFoundation directory on your PC. Your SAS administrator can provide you with a server running with the wanted encoding.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2023 09:26:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-Change-Encoding-from-WLATIN1-to-UTF-8-in-SAS-Enterprise/m-p/909628#M27786</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-12-25T09:26:39Z</dc:date>
    </item>
  </channel>
</rss>

