<?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 How do I remove all the Chinese characters from a table? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-remove-all-the-Chinese-characters-from-a-table/m-p/409711#M100118</link>
    <description>&lt;P&gt;&amp;nbsp;I have a table of strings. I need to extract useful info from this table. There are tons of Chinese characters in this table. I want to remove these Chinese characters. What can I use? Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Nov 2017 06:32:09 GMT</pubDate>
    <dc:creator>newone</dc:creator>
    <dc:date>2017-11-02T06:32:09Z</dc:date>
    <item>
      <title>How do I remove all the Chinese characters from a table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-remove-all-the-Chinese-characters-from-a-table/m-p/409711#M100118</link>
      <description>&lt;P&gt;&amp;nbsp;I have a table of strings. I need to extract useful info from this table. There are tons of Chinese characters in this table. I want to remove these Chinese characters. What can I use? Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 06:32:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-remove-all-the-Chinese-characters-from-a-table/m-p/409711#M100118</guid>
      <dc:creator>newone</dc:creator>
      <dc:date>2017-11-02T06:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove all the Chinese characters from a table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-remove-all-the-Chinese-characters-from-a-table/m-p/409739#M100127</link>
      <description>&lt;P&gt;This is more a theoretical problem, if you have a load of string data with Chinese characters in it, how useful is that data full stop?&amp;nbsp; Just removing that might alter the content of the string totally, for example:&lt;/P&gt;
&lt;P&gt;"I went out yesterday XYZ"&lt;/P&gt;
&lt;P&gt;where XYZ means not, changes the whole concept of the test.&amp;nbsp; Me, I would want it translated if it was to be usable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyways, can you read them into SAS ok?&amp;nbsp; If so does the compress() work?&lt;/P&gt;
&lt;PRE&gt;want=compress(have,"kda");&lt;/PRE&gt;
&lt;P&gt;This means keep digits and alpha.&amp;nbsp; Try it.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 09:21:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-remove-all-the-Chinese-characters-from-a-table/m-p/409739#M100127</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-11-02T09:21:00Z</dc:date>
    </item>
  </channel>
</rss>

