<?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[problems with apostrophies]]></title><description><![CDATA[<p dir="auto">Hello!<br />
I’m trying to perform a find and replace to swap about 40,000 instances of “Organization’s Name” (minus quotation marks) with a generic moniker in several thousand HTMs. For the life of me, Notepad++ will not find any instances of Organization’s Name. When I remove the apostrophe, the find feature works flawlessly.</p>
<p dir="auto">When I search ONLY for “Organization” within Notepad++, I see a lot of the instances I’m looking for, and the possessive version of Organization shows up as:<br />
Organization�s (this is a direct copy and paste from Notepad++, however in the notepad++ UI, the wonky ASCII character is an empty box)</p>
<p dir="auto">How can I fix this? I’ve opened these HTMs in Notepad, and the plaintext is exactly as you’d expect it: Organization’s Name</p>
<p dir="auto">Any help would be greatly appreciated.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19066/problems-with-apostrophies</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 18:14:18 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19066.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Mar 2020 19:45:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to problems with apostrophies on Wed, 18 Mar 2020 22:37:42 GMT]]></title><description><![CDATA[<p dir="auto">Alan, you are my hero. Thank you!!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/51504</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/51504</guid><dc:creator><![CDATA[James Long]]></dc:creator><pubDate>Wed, 18 Mar 2020 22:37:42 GMT</pubDate></item><item><title><![CDATA[Reply to problems with apostrophies on Wed, 18 Mar 2020 20:02:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/18030">@James-Long</a> said in <a href="/post/51500">problems with apostrophies</a>:</p>
<blockquote>
<p dir="auto">the wonky ASCII character</p>
</blockquote>
<p dir="auto">The problem is that the apostrophe is not ASCII; in fact ASCII is a dying notion.  The “in thing” is now Unicode, and that’s what you’ve got, and probably UTF-8.</p>
<p dir="auto">Without diving in too far and looking up the peculiarities of that specific “character”, a replacement like this might work:</p>
<p dir="auto"><em><strong>Find what</strong></em> box: <code>Organization(.)s Name</code><br />
<em><strong>Replace with</strong></em> box: <code>Generic Moniker\1s Name</code><br />
<em><strong>Match case</strong></em> checkbox: <strong>ticked</strong><br />
<em><strong>Wrap around</strong></em> checkbox: <strong>ticked</strong><br />
<em><strong>Search mode</strong></em> radiobutton: <em><strong>Regular expression</strong></em>    &lt;---- this is the KEY part<br />
Press the <em><strong>Replace All</strong></em> button</p>
<p dir="auto">Of course, that assumes you want to keep the “wonky” character.  If you don’t, what I’ve provided for the <em>Find what</em> box will probably at least get you finding what you need; replace with whatever you want.</p>
<p dir="auto">Looking up the exact character would be more precise.  Maybe try selecting your search term and then pressing Ctrl+f – this should copy what is selected directly into the <em>Find what</em> box.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/51501</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/51501</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 18 Mar 2020 20:02:34 GMT</pubDate></item></channel></rss>