<?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[Syntax highlighting certain Unicode characters]]></title><description><![CDATA[<p dir="auto">Hi. I’m proofreading some OCR’ed text in NPP and it contains some Cyrillic (among other things). Since several Cyrillic letters are of exactly the same shape as certain Latin letters, but of course they go by different code, I would like to syntax highlight them to be sure what am I seeing. Is that possible, please?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18335/syntax-highlighting-certain-unicode-characters</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 02:14:57 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18335.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 05 Oct 2019 22:28:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Syntax highlighting certain Unicode characters on Mon, 07 Oct 2019 19:35:34 GMT]]></title><description><![CDATA[<p dir="auto">@Láng-Attila-D</p>
<p dir="auto">strictily speaking, UDL does not remain too but get automatically reapplied.<br />
One further thing you can do is to record a macro, save the action and assign<br />
a shortcut then you have to just press that shortcut and the <em>regex marks</em> get reapplied as well.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/47667</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47667</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Mon, 07 Oct 2019 19:35:34 GMT</pubDate></item><item><title><![CDATA[Reply to Syntax highlighting certain Unicode characters on Mon, 07 Oct 2019 17:43:00 GMT]]></title><description><![CDATA[<p dir="auto">Oh, I see. I wasn’t aware about that function. Well, it’s nice, too. The only problem is that it doesn’t remain so after reopening the document. Well, better than nothing. Thank you.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/47665</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47665</guid><dc:creator><![CDATA[Láng Attila D.]]></dc:creator><pubDate>Mon, 07 Oct 2019 17:43:00 GMT</pubDate></item><item><title><![CDATA[Reply to Syntax highlighting certain Unicode characters on Mon, 07 Oct 2019 12:44:01 GMT]]></title><description><![CDATA[<p dir="auto">@Láng-Attila-D</p>
<p dir="auto">I hope we haven’t misunderstood each other but</p>
<p dir="auto"><em>mark the regex matches instead of replacing it (4th tab of find/reaplce dialog)</em></p>
<p dir="auto">doesn’t involve any programming and doesn’t manipulate your text either.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/47648</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47648</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Mon, 07 Oct 2019 12:44:01 GMT</pubDate></item><item><title><![CDATA[Reply to Syntax highlighting certain Unicode characters on Mon, 07 Oct 2019 12:41:14 GMT]]></title><description><![CDATA[<p dir="auto">Sorry to hear that, <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a>, but actually, I know nothing of either Python or Lua, nor about the programming of NPP. So, this won’t be solved. Thank you for letting me know.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/47647</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47647</guid><dc:creator><![CDATA[Láng Attila D.]]></dc:creator><pubDate>Mon, 07 Oct 2019 12:41:14 GMT</pubDate></item><item><title><![CDATA[Reply to Syntax highlighting certain Unicode characters on Mon, 07 Oct 2019 10:53:54 GMT]]></title><description><![CDATA[<p dir="auto">Cannot be solved via UDL, afaik.<br />
Two possible solutions might be to mark the regex matches instead of replacing it (4th tab of find/reaplce dialog)<br />
or to use a scripting plugin like pythonscript, lua script … to write your own <em>quasi-lexer</em>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/47634</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47634</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Mon, 07 Oct 2019 10:53:54 GMT</pubDate></item><item><title><![CDATA[Reply to Syntax highlighting certain Unicode characters on Sun, 06 Oct 2019 01:03:22 GMT]]></title><description><![CDATA[<p dir="auto">NB. For the time being, I quasi-solved it by creating a delimiter style to highlight between characters <strong>{</strong> and <strong>}</strong> and performed a regex replacement of <strong>[complete cyrillic alphabet here]+</strong> to <strong>{$0}</strong> thus enclosing any Cyrillic character or word between <strong>{ }</strong> braces. But this isn’t very nice of course.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/47593</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47593</guid><dc:creator><![CDATA[Láng Attila D.]]></dc:creator><pubDate>Sun, 06 Oct 2019 01:03:22 GMT</pubDate></item></channel></rss>