<?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: Problems with accent (á, ç, ã) on arcpy.mapping in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/problems-with-accent-aacute-ccedil-227-on-arcpy/m-p/39466#M3144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't have experience with unicode but these discussions do exist:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/7924-æøå-and-python?highlight=unicode"&gt;http://forums.arcgis.com/threads/7924-æøå-and-python?highlight=unicode&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/68291-Python-window-encoding-problem-special-characters?highlight=unicode"&gt;http://forums.arcgis.com/threads/68291-Python-window-encoding-problem-special-characters?highlight=unicode&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/17284-Unicode-problems!!!?highlight=unicode"&gt;http://forums.arcgis.com/threads/17284-Unicode-problems!!!?highlight=unicode&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/49133-Change-text-to-Unicode?highlight=unicode"&gt;http://forums.arcgis.com/threads/49133-Change-text-to-Unicode?highlight=unicode&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/32165-Field-calculator-VBA-UTF-8-characters?highlight=unicode"&gt;http://forums.arcgis.com/threads/32165-Field-calculator-VBA-UTF-8-characters?highlight=unicode&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Apr 2013 15:15:18 GMT</pubDate>
    <dc:creator>JeffBarrette</dc:creator>
    <dc:date>2013-04-23T15:15:18Z</dc:date>
    <item>
      <title>Problems with accent (á, ç, ã) on arcpy.mapping</title>
      <link>https://community.esri.com/t5/python-questions/problems-with-accent-aacute-ccedil-227-on-arcpy/m-p/39465#M3143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using sublime for editing my scripts and using Python IDLE to run it. I have to use string that accept portuguese accents such as á, ç and ã. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using the &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;# coding: utf-8&lt;BR /&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and the &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;# -*- encoding: utf-8 -*-&lt;BR /&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And both didn't work. I'am using on the Text Elements to change the text to something new. Like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;textoGeral = arcpy.mapping.ListLayoutElements(mxd, "TEXT_ELEMENT")[9]&lt;BR /&gt;textoGeral.text = r"Cenário gerado com base nos resultados do modelo hidrodinâmico"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 19:10:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problems-with-accent-aacute-ccedil-227-on-arcpy/m-p/39465#M3143</guid>
      <dc:creator>LeticiaNascimento</dc:creator>
      <dc:date>2013-04-22T19:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with accent (á, ç, ã) on arcpy.mapping</title>
      <link>https://community.esri.com/t5/python-questions/problems-with-accent-aacute-ccedil-227-on-arcpy/m-p/39466#M3144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't have experience with unicode but these discussions do exist:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/7924-æøå-and-python?highlight=unicode"&gt;http://forums.arcgis.com/threads/7924-æøå-and-python?highlight=unicode&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/68291-Python-window-encoding-problem-special-characters?highlight=unicode"&gt;http://forums.arcgis.com/threads/68291-Python-window-encoding-problem-special-characters?highlight=unicode&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/17284-Unicode-problems!!!?highlight=unicode"&gt;http://forums.arcgis.com/threads/17284-Unicode-problems!!!?highlight=unicode&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/49133-Change-text-to-Unicode?highlight=unicode"&gt;http://forums.arcgis.com/threads/49133-Change-text-to-Unicode?highlight=unicode&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/32165-Field-calculator-VBA-UTF-8-characters?highlight=unicode"&gt;http://forums.arcgis.com/threads/32165-Field-calculator-VBA-UTF-8-characters?highlight=unicode&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 15:15:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/problems-with-accent-aacute-ccedil-227-on-arcpy/m-p/39466#M3144</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2013-04-23T15:15:18Z</dc:date>
    </item>
  </channel>
</rss>

