<?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[Notepad++ replacing &#x27;!=&#x27;]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">since I don’t know exactly when, Notepad++ (currently installed: 8.8.1) is replacing ‘!=’ with the “not equal” (unicode) symbol.</p>
<p dir="auto">Does anyone know how to prevent this?</p>
<p dir="auto">Thank you very much!<br />
Michael</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26961/notepad-replacing</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 16:19:28 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26961.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 Jun 2025 15:01:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Notepad++ replacing &#x27;!=&#x27; on Thu, 17 Jul 2025 13:10:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michael-goessmann-matos" aria-label="Profile: Michael-Goessmann-Matos">@<bdi>Michael-Goessmann-Matos</bdi></a> said,</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a></p>
<p dir="auto">Actually, I configured Notepad++ to update as soon as an update is available so I wonder how this could have happend.</p>
</blockquote>
<p dir="auto">As I said above,</p>
<blockquote>
<p dir="auto">or you previously had an older version that got upgraded without changing your setting (if you originally had DirectWrite off, and upgraded to a version that had it on by default, it would not generally overwrite your previously-saved setting).</p>
</blockquote>
]]></description><link>https://community.notepad-plus-plus.org/post/102610</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/102610</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 17 Jul 2025 13:10:36 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ replacing &#x27;!=&#x27; on Thu, 17 Jul 2025 07:44:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a></p>
<p dir="auto">Actually, I configured Notepad++ to update as soon as an update is available so I wonder how this could have happend.</p>
<p dir="auto">But anyway, thank you very much for explaining, this was very helpful!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/102602</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/102602</guid><dc:creator><![CDATA[Michael Goessmann Matos]]></dc:creator><pubDate>Thu, 17 Jul 2025 07:44:19 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ replacing &#x27;!=&#x27; on Tue, 01 Jul 2025 23:25:32 GMT]]></title><description><![CDATA[<p dir="auto">To future readers: I have updated the User Manual’s description of the DirectWrite settings to show:</p>
<blockquote>
<p dir="auto"><img src="/assets/uploads/files/1751411867122-a4645737-3f77-4d64-b3e2-86137d6184d2-image.png" alt="a4645737-3f77-4d64-b3e2-86137d6184d2-image.png" class=" img-fluid img-markdown" /></p>
</blockquote>
<p dir="auto">This should hopefully help guide people in how to use or disable this feature of their chosen fonts</p>
]]></description><link>https://community.notepad-plus-plus.org/post/102348</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/102348</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 01 Jul 2025 23:25:32 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ replacing &#x27;!=&#x27; on Fri, 20 Jun 2025 15:32:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/michael-goessmann-matos" aria-label="Profile: Michael-Goessmann-Matos">@<bdi>Michael-Goessmann-Matos</bdi></a> ,</p>
<p dir="auto">When Notepad++ started enabling DirectWrite by default a few versions ago (v8.6, in Nov 2023, though it was <a href="https://community.notepad-plus-plus.org/post/91358">accidentally not mentioned</a> in the <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/wiki/Changes#86" rel="nofollow ugc">v8.6 Change list</a>), that would have enabled any fonts that have “ligatures” available to actually use those ligatures.  (The <a href="https://github.com/tonsky/FiraCode" rel="nofollow ugc">Fira Code font page</a> describes what “ligatures” are, and what benefit they give)</p>
<p dir="auto">But that change was more than a year ago… so either you were slow to upgrade, or you previously had an older version that got upgraded without changing your setting (if you originally had DirectWrite off, and upgraded to a version that had it on by default, it would not generally overwrite your previously-saved setting).</p>
<p dir="auto">So you have two options to not have ligatures:</p>
<ol>
<li>either choose a weaker font that doesn’t have ligatures: so <em>not</em> “Fira Code”; maybe something like “Deja Vu Sans Mono”, which was my old favorite before I learned about “Fira Code”, and does not have ligatures. You can also search the forum for other discussions about “ligatures”, as some of those posts list fonts that either do or don’t support ligatures.<br />
<em>Addenda</em>: some of the font families that come in yes-ligature and no-ligature variants: Fira Code (has ligatures) vs Fira Mono (no ligatures); Cascadia Code (yes) vs Cascadia Mono (no).  Other common coding fonts only come in one variant or the other: Deja Vu Sans Mono (no); JetBrains Mono (yes).</li>
<li>or [as you posted while I was typing this reply], change rendering mode to <code>GDI (most compatible)</code> instead of one of the DirectWrite modes.
<ul>
<li>this has the side-effect that it will mean it is more likely you won’t be able to see emoji or maybe some non-western scripts in your text files; if you are editing files with emoji or that come from Asia, this might be too much of a negative; if not, it’s a reasonable choice</li>
</ul>
</li>
</ol>
]]></description><link>https://community.notepad-plus-plus.org/post/102198</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/102198</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 20 Jun 2025 15:32:21 GMT</pubDate></item><item><title><![CDATA[Reply to Notepad++ replacing &#x27;!=&#x27; on Fri, 20 Jun 2025 15:17:04 GMT]]></title><description><![CDATA[<p dir="auto">Okay, answering your own post is kind of silly but the solution is to set the rendering mode to gdi…and restarting (!)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/102197</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/102197</guid><dc:creator><![CDATA[Michael Goessmann Matos]]></dc:creator><pubDate>Fri, 20 Jun 2025 15:17:04 GMT</pubDate></item></channel></rss>