<?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[Auto-Insert Unicode characters does not work]]></title><description><![CDATA[<p dir="auto">I specified «» quotes in the settings, but Auto-Insert does not work. How can this problem be solved?</p>
<p dir="auto"><img src="/assets/uploads/files/1715518867256-string.png" alt="string.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/25772/auto-insert-unicode-characters-does-not-work</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 07:45:29 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/25772.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 12 May 2024 13:01:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Auto-Insert Unicode characters does not work on Mon, 13 May 2024 10:07:54 GMT]]></title><description><![CDATA[<p dir="auto">Official issue opened: <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15132" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/15132</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/94796</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/94796</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 13 May 2024 10:07:54 GMT</pubDate></item><item><title><![CDATA[Reply to Auto-Insert Unicode characters does not work on Sun, 12 May 2024 18:51:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/moninahh" aria-label="Profile: moninahh">@<bdi>moninahh</bdi></a></p>
<p dir="auto">N++ currently actively rejects any non-ASCII chars for the user defined matched-pairs. So only char-codes 0-127 are accepted (and as the 127 is the DEL, in fact 0-126, so the ‘~’ is the last one)</p>
<p dir="auto">IDK if this is a holdover from the N++ distant non-unicode past or there is a deeper reason. If you will opt to search an existing / create new N++ GitHub issue for it, here are the proofs of such rejections for the possible issue:</p>
<p dir="auto"><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/a1aa8682d1cb8ac7e92b8eb98a4fc995d8d730ce/PowerEditor/src/Parameters.cpp#L5848" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/blob/a1aa8682d1cb8ac7e92b8eb98a4fc995d8d730ce/PowerEditor/src/Parameters.cpp#L5848</a><br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/a1aa8682d1cb8ac7e92b8eb98a4fc995d8d730ce/PowerEditor/src/Parameters.cpp#L5854" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/blob/a1aa8682d1cb8ac7e92b8eb98a4fc995d8d730ce/PowerEditor/src/Parameters.cpp#L5854</a></p>
<p dir="auto">0x80 == 128<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/a1aa8682d1cb8ac7e92b8eb98a4fc995d8d730ce/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp#L4654" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/blob/a1aa8682d1cb8ac7e92b8eb98a4fc995d8d730ce/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp#L4654</a><br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/a1aa8682d1cb8ac7e92b8eb98a4fc995d8d730ce/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp#L4659" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/blob/a1aa8682d1cb8ac7e92b8eb98a4fc995d8d730ce/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp#L4659</a><br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/a1aa8682d1cb8ac7e92b8eb98a4fc995d8d730ce/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp#L4664" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/blob/a1aa8682d1cb8ac7e92b8eb98a4fc995d8d730ce/PowerEditor/src/WinControls/Preference/preferenceDlg.cpp#L4664</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/94786</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/94786</guid><dc:creator><![CDATA[xomx]]></dc:creator><pubDate>Sun, 12 May 2024 18:51:23 GMT</pubDate></item></channel></rss>