<?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: Find and replace unicode characters in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/find-and-replace-unicode-characters/m-p/1030007#M2038</link>
    <description>&lt;P&gt;Hi dan,&lt;/P&gt;&lt;P&gt;oke I will try to follow of that from that link&lt;/P&gt;&lt;P&gt;&lt;A href="https://roomme.id/jakarta/jakarta-selatan/mampang-prapatan" target="_self"&gt;mampang&lt;/A&gt;best regards&lt;/P&gt;</description>
    <pubDate>Wed, 24 Feb 2021 15:01:53 GMT</pubDate>
    <dc:creator>gunturhakim</dc:creator>
    <dc:date>2021-02-24T15:01:53Z</dc:date>
    <item>
      <title>Find and replace unicode characters</title>
      <link>https://community.esri.com/t5/arcmap-questions/find-and-replace-unicode-characters/m-p/1027999#M2008</link>
      <description>&lt;P&gt;I have a macro, built by a developer, but it fails when processing some of my files because they have unicode characters. Is there a simple way to search through my feature class to find and replace all of these. For some it has come up with a specific reference e.g. 2013, so I've just done a find and replace, but others have come back just with xc2, which is too vague.&lt;/P&gt;&lt;P&gt;I hope that makes sense. As you can see I'm not a programmer.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 10:33:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/find-and-replace-unicode-characters/m-p/1027999#M2008</guid>
      <dc:creator>SimonCrutchley</dc:creator>
      <dc:date>2021-02-18T10:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Find and replace unicode characters</title>
      <link>https://community.esri.com/t5/arcmap-questions/find-and-replace-unicode-characters/m-p/1028000#M2009</link>
      <description>&lt;P&gt;To get you started see my link here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/python-questions/replace-accented-characters-with-the-field-calculator/td-p/191962" target="_blank" rel="noopener"&gt;Solved: replace accented characters with the field calcula... - GeoNet, The Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and the link within it.&lt;/P&gt;&lt;P&gt;Since you haven't specified what exactly you want to replace and keep&lt;/P&gt;&lt;LI-CODE lang="python"&gt;''.join([i if ord(i) &amp;lt; 128 else ' ' for i in text])&lt;/LI-CODE&gt;&lt;P&gt;this will replace characters with a space&lt;/P&gt;&lt;P&gt;As in this example&lt;/P&gt;&lt;LI-CODE lang="python"&gt;s='ABC马克def'

''.join([i if ord(i) &amp;lt; 128 else ' ' for i in s])
'ABC  def'&lt;/LI-CODE&gt;&lt;P&gt;from this link&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/20078816/replace-non-ascii-characters-with-a-single-space" target="_blank"&gt;python - Replace non-ASCII characters with a single space - Stack Overflow&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 11:01:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/find-and-replace-unicode-characters/m-p/1028000#M2009</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-02-18T11:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Find and replace unicode characters</title>
      <link>https://community.esri.com/t5/arcmap-questions/find-and-replace-unicode-characters/m-p/1030007#M2038</link>
      <description>&lt;P&gt;Hi dan,&lt;/P&gt;&lt;P&gt;oke I will try to follow of that from that link&lt;/P&gt;&lt;P&gt;&lt;A href="https://roomme.id/jakarta/jakarta-selatan/mampang-prapatan" target="_self"&gt;mampang&lt;/A&gt;best regards&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 15:01:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/find-and-replace-unicode-characters/m-p/1030007#M2038</guid>
      <dc:creator>gunturhakim</dc:creator>
      <dc:date>2021-02-24T15:01:53Z</dc:date>
    </item>
  </channel>
</rss>

