<?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 translate special vowels in SAS Viya in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/translate-special-vowels-in-SAS-Viya/m-p/903895#M2096</link>
    <description>&lt;P&gt;I am using translate function to replace these all vowels into their case equivalent. Since these vowels are with special values translate function is not working for me. Can anyone please help on it?&lt;/P&gt;
&lt;P&gt;e.g.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;translate from -&amp;nbsp;'à' , 'À' , 'è' , 'È' , ''î' , 'Î' , 'ô' , 'Ô'&lt;/P&gt;
&lt;P&gt;Translate to - a, A, e, E, i, I, o, O&lt;/P&gt;</description>
    <pubDate>Mon, 20 Nov 2023 12:11:22 GMT</pubDate>
    <dc:creator>USP2405</dc:creator>
    <dc:date>2023-11-20T12:11:22Z</dc:date>
    <item>
      <title>translate special vowels in SAS Viya</title>
      <link>https://communities.sas.com/t5/SAS-Viya/translate-special-vowels-in-SAS-Viya/m-p/903895#M2096</link>
      <description>&lt;P&gt;I am using translate function to replace these all vowels into their case equivalent. Since these vowels are with special values translate function is not working for me. Can anyone please help on it?&lt;/P&gt;
&lt;P&gt;e.g.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;translate from -&amp;nbsp;'à' , 'À' , 'è' , 'È' , ''î' , 'Î' , 'ô' , 'Ô'&lt;/P&gt;
&lt;P&gt;Translate to - a, A, e, E, i, I, o, O&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 12:11:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/translate-special-vowels-in-SAS-Viya/m-p/903895#M2096</guid>
      <dc:creator>USP2405</dc:creator>
      <dc:date>2023-11-20T12:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: translate special vowels in SAS Viya</title>
      <link>https://communities.sas.com/t5/SAS-Viya/translate-special-vowels-in-SAS-Viya/m-p/903897#M2097</link>
      <description>&lt;P&gt;You could use the BASECHAR function to do this, like so:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
  text = 'abc*àÀèÈîÎôÔ*def' ;
  baseText = basechar(text);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;SAS Viya is always running with UTF-8 encoding, some function are byte based and will not work with UTF-8 encoding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also use the KTRANSLATE function, just replace TRANSLATE with KTRANSLATE&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 13:09:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/translate-special-vowels-in-SAS-Viya/m-p/903897#M2097</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2023-11-20T13:09:10Z</dc:date>
    </item>
  </channel>
</rss>

