<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[URL not understood after #!]]></title><description><![CDATA[<p dir="auto">When I hover over a URL in NP++, and click to go to the page, it messes up the URL after the #!</p>
<hr />
<p dir="auto">Here are the URLs, and what they open to, right under it:</p>
<p dir="auto">Google Group - Lake County Liberty Coalition<br />
<a href="https://groups.google.com/forum/#!forum/lake-county-liberty-coalition" rel="nofollow ugc">https://groups.google.com/forum/#!forum/lake-county-liberty-coalition</a><br />
<a href="https://groups.google.com/forum/#!overview" rel="nofollow ugc">https://groups.google.com/forum/#!overview</a></p>
<p dir="auto">Invite people to join the group<br />
<a href="https://groups.google.com/forum/?hl=en#!managemembers/lake-county-liberty-coalition/invite" rel="nofollow ugc">https://groups.google.com/forum/?hl=en#!managemembers/lake-county-liberty-coalition/invite</a><br />
<a href="https://groups.google.com/forum/?hl=en#!overview" rel="nofollow ugc">https://groups.google.com/forum/?hl=en#!overview</a></p>
<p dir="auto">Add a topic and start posting<br />
<a href="https://groups.google.com/forum/?hl=en#!newtopic/lake-county-liberty-coalition" rel="nofollow ugc">https://groups.google.com/forum/?hl=en#!newtopic/lake-county-liberty-coalition</a><br />
<a href="https://groups.google.com/forum/?hl=en#!overview" rel="nofollow ugc">https://groups.google.com/forum/?hl=en#!overview</a></p>
<hr />
<p dir="auto">Compare</p>
<p dir="auto">Click these URLs, and they open to the three below, respectively:<br />
<a href="https://groups.google.com/forum/#!forum/lake-county-liberty-coalition" rel="nofollow ugc">https://groups.google.com/forum/#!forum/lake-county-liberty-coalition</a><br />
<a href="https://groups.google.com/forum/?hl=en#!managemembers/lake-county-liberty-coalition/invite" rel="nofollow ugc">https://groups.google.com/forum/?hl=en#!managemembers/lake-county-liberty-coalition/invite</a><br />
<a href="https://groups.google.com/forum/?hl=en#!newtopic/lake-county-liberty-coalition" rel="nofollow ugc">https://groups.google.com/forum/?hl=en#!newtopic/lake-county-liberty-coalition</a></p>
<p dir="auto"><a href="https://groups.google.com/forum/#!overview" rel="nofollow ugc">https://groups.google.com/forum/#!overview</a><br />
<a href="https://groups.google.com/forum/?hl=en#!overview" rel="nofollow ugc">https://groups.google.com/forum/?hl=en#!overview</a><br />
<a href="https://groups.google.com/forum/?hl=en#!overview" rel="nofollow ugc">https://groups.google.com/forum/?hl=en#!overview</a></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/10586/url-not-understood-after</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 18:37:48 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/10586.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 27 Sep 2015 14:53:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to URL not understood after #! on Mon, 30 Nov 2015 21:51:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jorge-jorhoe" aria-label="Profile: Jorge-Jorhoe">@<bdi>Jorge-Jorhoe</bdi></a></p>
<blockquote>
<p dir="auto">Couldn’t this be automated?</p>
</blockquote>
<p dir="auto">Yes, by recording and saving a macro.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12335</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12335</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Mon, 30 Nov 2015 21:51:13 GMT</pubDate></item><item><title><![CDATA[Reply to URL not understood after #! on Mon, 30 Nov 2015 20:59:25 GMT]]></title><description><![CDATA[<p dir="auto">Got it, yes, replace the exclamation point with %21</p>
<p dir="auto">Are there any other characters like this?</p>
<p dir="auto">Couldn’t this be automated?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12332</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12332</guid><dc:creator><![CDATA[Jorge Jorhoe]]></dc:creator><pubDate>Mon, 30 Nov 2015 20:59:25 GMT</pubDate></item><item><title><![CDATA[Reply to URL not understood after #! on Sun, 27 Sep 2015 16:55:59 GMT]]></title><description><![CDATA[<p dir="auto">Hello <strong>Jorge</strong>,</p>
<p dir="auto">Yes, you’re right. the <strong>combination</strong> <strong><code>#!</code></strong> doesn’t work, seemingly, when used inside <strong>N++ links</strong>.</p>
<p dir="auto">My first idea was to change the <strong>Sharp</strong> character by the well-known syntax <strong>%nn</strong>, where <strong>nn</strong> represents the <strong>two hexadecimal</strong> digits of the <strong>ANSI</strong> or <strong>ASCII</strong> character =&gt; <strong>#</strong> = <strong>%23</strong> That syntax didn’t work too, nor was the syntax <strong>%23%21</strong> to simulate the two characters <strong>%!</strong> !</p>
<p dir="auto">Finally, the syntax, below, seems <strong>OK</strong>. When you <strong>double</strong>-click on that link, from <strong>inside N++</strong>, it does open your browser and aim to the <strong>desired</strong> site</p>
<pre><code>https://groups.google.com/forum/#%21forum/lake-county-liberty-coalition
</code></pre>
<p dir="auto">So, you just have to <strong>replace</strong> the string <strong><code>#!</code></strong> by the string <strong><code>#%21</code></strong> in some of your links. You don’t even need a <strong>regular</strong> expression to do so :-))</p>
<p dir="auto">Best regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/11524</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/11524</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sun, 27 Sep 2015 16:55:59 GMT</pubDate></item></channel></rss>