<?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[Change-Request:  Add display of Unicode &#x27;Tags&#x27; symbols]]></title><description><![CDATA[<p dir="auto">For ‘View’ -&gt; ‘Show Symbol’ menu, add an option to ‘Show Unicode Tags’, and include their display within the ‘Show All Characters’ option too.</p>
<p dir="auto">(Even if only a placeholder character, if not the actual character Unicode encoding.)</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26061/change-request-add-display-of-unicode-tags-symbols</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 02:14:31 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26061.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 30 Aug 2024 14:56:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Change-Request:  Add display of Unicode &#x27;Tags&#x27; symbols on Fri, 30 Aug 2024 15:36:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/31457">@Dennis-McEnaney</a> ,</p>
<p dir="auto">What do you mean by “Unicode ‘Tags’ symbols”?  Do you mean like <code>👍</code> is <code>U+1F44D</code> ?  So something like <img src="/assets/uploads/files/1725031518499-65014dfd-0070-4c2e-858c-5d43694fc98f-image.png" alt="65014dfd-0070-4c2e-858c-5d43694fc98f-image.png" class=" img-fluid img-markdown" />  being shown like <img src="/assets/uploads/files/1725031537156-46e0db8c-ab83-4cbf-9490-f835d7e5e511-image.png" alt="46e0db8c-ab83-4cbf-9490-f835d7e5e511-image.png" class=" img-fluid img-markdown" /> ?</p>
<p dir="auto">if so, that’s an interesting feature request (though I personally doubt it would be implemented, even if you made an official feature request, as described <a href="/topic/15741">in this FAQ</a>; without following those instructions, I can guarantee it won’t be implemented, because the developer wouldn’t know you wanted it). ‡</p>
<p dir="auto">As a workaround, I have a script <a href="https://raw.githubusercontent.com/pryrt/nppStuff/main/pythonScripts/useful/WhatUniChar.py" rel="nofollow ugc">WhatUniChar.py</a> for the PythonScript plugin – if you download it, and follow the <a href="https://community.notepad-plus-plus.org/topic/23039/faq-how-to-install-and-run-a-script-in-pythonscript">instructions in this PythonScript FAQ</a> to install the PythonScript plugin and script, then you can run that script and the statusbar will temporarily change to show you the character information:<br />
<img src="/assets/uploads/files/1725030646279-e6aee356-8594-4eb5-aaf4-acef1126e308-image.png" alt="e6aee356-8594-4eb5-aaf4-acef1126e308-image.png" class=" img-fluid img-markdown" /><br />
(I have that script associated with a keyboard shortcut, so I can just put the caret before the interesting Unicode character, and use that shortcut, and it will tell me what the character is.)</p>
<p dir="auto">‡: As you might guess from my screenshot, it was actually feasibility for Notepad++ to do this: Notepad++ uses the SCI_SETREPRESENTATION command when making those boxes, so my screenshot was made by using the PythonScript plugin to send <code>editor1.setRepresentation(u'\U0001F44D', 'U+1F44D')</code> to set the representation for just the <code>👍</code> character.  In theory, you could run a loop in PythonScript to go from <code>U+0080</code> through <code>U+10FFFF</code> to make all those representations.  I just don’t think that the developer would be interested in adding that to the Show All Characters choices (I think similar things have been asked before, and rejected or ignored.)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/96351</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/96351</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 30 Aug 2024 15:36:21 GMT</pubDate></item></channel></rss>