<?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[What did Notepad++ interpret to result in an &quot;ESC&quot; character?]]></title><description><![CDATA[<p dir="auto">I am analysing a bootlog-file that is produced by an industrial PC.<br />
When opened in Notepad++ it is littered with “ESC” characters (with black background).<br />
In Windows Notepad and MSWord these position have a little rectangle/square.</p>
<p dir="auto">I would like to know what Notepad++ interpreted to be shown as “ESC”.<br />
So I’m not (yet) trying to get rid of them but I’m trying to understand their origin.</p>
<p dir="auto">Can anyone help me with that?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23004/what-did-notepad-interpret-to-result-in-an-esc-character</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 13:00:31 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23004.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 May 2022 13:02:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to What did Notepad++ interpret to result in an &quot;ESC&quot; character? on Thu, 19 May 2022 09:22:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@peterjones</a><br />
Yep, now that I understand the syntax of the Esc-sequence it was easy for me to remove them using the replace function of Notepad++. The ESC was shown as square in the Replace-dialog but worked fine.</p>
<p dir="auto">To me it was not important to see the formatting just the content (and I wanted to be sure that I did not remove content), luckily there were just 2 or 3 variants of Escape sequences used.</p>
<p dir="auto">And yeah it’s funny how that sometimes related topics become active at the same time.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76909</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76909</guid><dc:creator><![CDATA[pwgeers]]></dc:creator><pubDate>Thu, 19 May 2022 09:22:57 GMT</pubDate></item><item><title><![CDATA[Reply to What did Notepad++ interpret to result in an &quot;ESC&quot; character? on Wed, 18 May 2022 14:00:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@peterjones</a><br />
Thanks Peter, I roughly read through the linked post, and it would make sense that it is coloured tekst, when looking at the live logging I see some green or red tekst passing.<br />
I’ll dive into the details of the related post tomorrow, thanks for the help.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76890</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76890</guid><dc:creator><![CDATA[pwgeers]]></dc:creator><pubDate>Wed, 18 May 2022 14:00:56 GMT</pubDate></item><item><title><![CDATA[Reply to What did Notepad++ interpret to result in an &quot;ESC&quot; character? on Wed, 18 May 2022 13:16:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/25342">@pwgeers</a> ,</p>
<p dir="auto"><img src="/assets/uploads/files/1652879421272-f686ef29-c584-441c-9f89-97fccbf3f3b5-image.png" alt="f686ef29-c584-441c-9f89-97fccbf3f3b5-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">That <code>ESC</code> in the black box indicates the <a href="https://en.wikipedia.org/wiki/ASCII#Control_code_chart" rel="nofollow ugc">ASCII Control Character “Escape (ESC)”</a>.  This means that the bytes of the file have the byte at codepoint 27 (aka <code>\x1B</code> or <code>\0033</code> or <code>^[</code> depending on your favorite nomenclature for control codes).</p>
<p dir="auto">If the bootlog file were to use <a href="https://en.wikipedia.org/wiki/ANSI_escape_code" rel="nofollow ugc">ANSI Escape sequences</a> to add coloring or change position (which were used in the DOS days with ANSI.sys and in all the Unix/Linux terminals starting with VT100), then it would make sense to have lots of ESC characters, because all of the Escape sequences start with the ESC character.</p>
<p dir="auto">We had a <a href="https://community.notepad-plus-plus.org/topic/22994/ansi-escape-sequences-color-rendering">conversation about ANSI escapes</a> literally a few days ago.  It’s funny how certain topics aren’t discussed for years, and then multiple independent sources suddenly start talking about it at nearly the same time. :-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76886</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76886</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 18 May 2022 13:16:26 GMT</pubDate></item></channel></rss>