<?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: Single quote (apostrophe) in hyperlink in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/119195#M4903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for confirming that it wasn't just me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Apr 2019 13:58:33 GMT</pubDate>
    <dc:creator>BillyBuerger</dc:creator>
    <dc:date>2019-04-04T13:58:33Z</dc:date>
    <item>
      <title>Single quote (apostrophe) in hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/119193#M4901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're trying to hyperlink in ArcPro to some documents that have a single quote/apostrophe in the path.&amp;nbsp; Clicking the link gives the error...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/441125_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any attempt to escape the character doesn't change the error.&amp;nbsp; I've tried double single quotes and %27 and it still gives the same error.&amp;nbsp; The fact that %27 gives the same error suggests that it reads the urlencode correctly and makes it a single quote before passing it on to whatever causes this error.&amp;nbsp; Anyone know how to get around this?&amp;nbsp; The obvious work around is to rename the folders to not have single quotes in them.&amp;nbsp; But single quotes are valid characters in normal urls.&amp;nbsp; So this seems to be a bug in the way Pro handles this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2019 19:41:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/119193#M4901</guid>
      <dc:creator>BillyBuerger</dc:creator>
      <dc:date>2019-04-03T19:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Single quote (apostrophe) in hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/119194#M4902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am seeing the same behavior, and I can't seem to get around it, definitely seems like a bug to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 02:47:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/119194#M4902</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-04-04T02:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Single quote (apostrophe) in hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/119195#M4903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for confirming that it wasn't just me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 13:58:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/119195#M4903</guid>
      <dc:creator>BillyBuerger</dc:creator>
      <dc:date>2019-04-04T13:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Single quote (apostrophe) in hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/119196#M4904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am assuming you are using python ..... using this method has sometimes help me when I get weird errors from urlencode(s) ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;convert to JSON using json.dumps() and then use urlencode or b64encode to make it safe for use in an url....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.python.org/2/library/json.html" title="https://docs.python.org/2/library/json.html"&gt;18.2. json — JSON encoder and decoder — Python 2.7.16 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't know it it is worth trying .... I don't use ArcPro due to it not accepting an access geodatabase.&amp;nbsp; Slowly learning QGIS because shapefiles, file geodatabases or SDE are not an option for the company I work at and had similar %27 issues... in scripting for QGIS....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 14:57:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/119196#M4904</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2019-04-04T14:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Single quote (apostrophe) in hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/119197#M4905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No scripting involved.&amp;nbsp; Just populating a text field with a link to a document.&amp;nbsp; Something like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="file:///\\server\share\documents (PDF's)\target.pdf"&amp;gt;Target Document&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the path doesn't have a single quote in it, it works.&amp;nbsp; If it does, it fails.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 19:42:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/119197#M4905</guid>
      <dc:creator>BillyBuerger</dc:creator>
      <dc:date>2019-04-04T19:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Single quote (apostrophe) in hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/119198#M4906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just logged [&lt;SPAN style="color: #080707; background-color: #ffffff;"&gt;BUG-000121514:&amp;nbsp;&lt;SPAN&gt;When an apostrophe is included in a filename, clicking on the link from a pop-up returns a script error: Expected ')']&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #080707; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #080707; background-color: #ffffff;"&gt;&lt;SPAN&gt;You can contact technical support if you need to be attached to follow the status.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #080707; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #080707; background-color: #ffffff;"&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 18:21:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/119198#M4906</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-04-05T18:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Single quote (apostrophe) in hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/1057774#M40903</link>
      <description>&lt;P&gt;Just updated to Pro 2.8.0.&amp;nbsp; Document hyperlinks are opening as expected but single quotes are giving me trouble.&amp;nbsp; Anyone else having this issue?&lt;/P&gt;&lt;P&gt;-Nick&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 19:23:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/1057774#M40903</guid>
      <dc:creator>NickHarvey</dc:creator>
      <dc:date>2021-05-13T19:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Single quote (apostrophe) in hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/1060382#M41220</link>
      <description>&lt;P&gt;BUG-000140068&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 13:04:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/1060382#M41220</guid>
      <dc:creator>NickHarvey</dc:creator>
      <dc:date>2021-05-21T13:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Single quote (apostrophe) in hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/1086262#M44095</link>
      <description>&lt;P&gt;This appears to be working at 2.8.2 best I can tell&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 17:25:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/single-quote-apostrophe-in-hyperlink/m-p/1086262#M44095</guid>
      <dc:creator>NickHarvey</dc:creator>
      <dc:date>2021-08-05T17:25:14Z</dc:date>
    </item>
  </channel>
</rss>

