<?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[Some characters are not displayed [Unicode]]]></title><description><![CDATA[<p dir="auto">Who knows how to make this program see such characters? Here is a standard windows notepad, it handles this if as unicode …<br />
And this handles but not all the characters, because of this I can not switch to anything at all. The characters resulted as an example from below, they stupidly like [?] Go. &lsqb;&lsqb;Translate Google Ru-En&rsqb;&rsqb;<br />
<a href="http://i.imgur.com/RkRhSp9.png" rel="nofollow ugc">http://i.imgur.com/RkRhSp9.png</a><br />
<a href="http://i.imgur.com/ZKanSGh.png" rel="nofollow ugc">http://i.imgur.com/ZKanSGh.png</a><br />
⇓ ⛆ ⛆ ⛆ ⛆ ⛆ ⛆ ⛆</p>
<p dir="auto"><a href="https://www.charbase.com/block/miscellaneous-symbols" rel="nofollow ugc">https://www.charbase.com/block/miscellaneous-symbols</a><br />
<a href="https://www.charbase.com/26c6-unicode-rain" rel="nofollow ugc">https://www.charbase.com/26c6-unicode-rain</a></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/15758/some-characters-are-not-displayed-unicode</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 19:58:17 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/15758.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 11 May 2018 16:07:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Sat, 15 Oct 2022 20:33:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nazipa-m-m" aria-label="Profile: Nazipa-M-m">@<bdi>Nazipa-M-m</bdi></a><br />
Hi all,<br />
just by chance, I have found the solution here:<br />
<a href="https://community.notepad-plus-plus.org/post/67983">https://community.notepad-plus-plus.org/post/67983</a><br />
Simply in <strong>Settings | Preferences | MISC.</strong><br />
enable the option “<strong>Use DirectWrite</strong>”…<br />
And <strong>restart</strong> Notepad++.</p>
<p dir="auto">We definitely needed this!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80618</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80618</guid><dc:creator><![CDATA[jablka]]></dc:creator><pubDate>Sat, 15 Oct 2022 20:33:55 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Mon, 21 May 2018 11:50:22 GMT]]></title><description><![CDATA[<p dir="auto">I found one program “RJ TextEd”, opens “Consolas + unicode” as notepad.exe.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32368</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32368</guid><dc:creator><![CDATA[Nazipa M m]]></dc:creator><pubDate>Mon, 21 May 2018 11:50:22 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Mon, 14 May 2018 14:08:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/salviasage" aria-label="Profile: SalviaSage">@<bdi>SalviaSage</bdi></a></p>
<p dir="auto">Using different fonts in the current document is possible but I guess not in the way you want it to have.</p>
<p dir="auto">High level description about how scintilla is working.<br />
Scintilla uses lexers to tokenize the current document and to assign different styles to those tokens.<br />
A lexer is basically code which scans the document based upon predefined and hardcoded rules.<br />
Token is the text/string which results if a rule could be applied.<br />
Styles are the definition how such Tokens should be displayed like which font name, size, style etc… should be applied.</p>
<p dir="auto">So, a comment style can have a different font than, let’s say, a keyword.<br />
But the lexer has to know beforehand the rule to identify this part of the text.<br />
Means you could have a comment block in C++ using a different font then the rest of the code,<br />
but there is a 1:1 relation - one token, one style.</p>
<p dir="auto">But I guess what you want is to have the possibility to dynamically mark some kind of text<br />
and then assign a different font. In general, this can be done by using scripting plugins like<br />
python script or lua script but you have to be aware that</p>
<p dir="auto">a) it is not persistent (this is also true for the builtin lexers anyway)<br />
b) you are limited in the number of possible styles (each font attribute might be a different style, combinations of the attributes as well)<br />
c) you cannot use it together with builtin lexers<br />
d) possibly other things I’m currently not thinking about.</p>
<p dir="auto">Hope this clarifies it a little bit more.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32240</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32240</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Mon, 14 May 2018 14:08:44 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Sun, 13 May 2018 22:38:11 GMT]]></title><description><![CDATA[<p dir="auto">Hmm. What you say makes sense. I use libre office for my linguistics work. But, I also like to mix programming with linguistics and that’s where notepad++ comes in. It just would be good to be able to display more characters from within notepad++ and that requires the use of different fonts. That’s all.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32236</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32236</guid><dc:creator><![CDATA[SalviaSage]]></dc:creator><pubDate>Sun, 13 May 2018 22:38:11 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Sun, 13 May 2018 16:20:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nazipa-m-m" aria-label="Profile: Nazipa-M-m">@<bdi>Nazipa-M-m</bdi></a> , <a class="plugin-mentions-user plugin-mentions-a" href="/user/salviasage" aria-label="Profile: SalviaSage">@<bdi>SalviaSage</bdi></a></p>
<p dir="auto">Notepad++ is not a word processor - it is a very advanced text editor.<br />
The concepts behind npp and word processors like LibreOffice Writer or<br />
MS Office Word are totally different.</p>
<p dir="auto">Npp, I assume, will never be a word processor - so if you need<br />
an application which allows you to configure every single piece in a<br />
document stay with apps like LibreOffice, MSOffice etc…</p>
<p dir="auto">From startup, npp has been designed to be fast and lightweight<br />
and its main goal was, and I think still is, to be a tool for<br />
<strong>programming</strong> purposes. During time and creation of plugins,<br />
npp got a second application area - easy data manipulation tool.</p>
<p dir="auto">But one thing which can’t be done yet, and as said, I assume never will be the case,<br />
is to use npp as a replacement for a word processor.<br />
The reason why I’m that confident is, that the underlying scintilla control<br />
hasn’t been designed for such purpose either.</p>
<p dir="auto">So, if such features from Writer and Word are needed, stick with those apps,<br />
otherwise you chose the wrong tool for the work to be done.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32232</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32232</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sun, 13 May 2018 16:20:11 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Sun, 13 May 2018 15:19:34 GMT]]></title><description><![CDATA[<p dir="auto">Well, you can solve this problem if you put a supporting symbol in front, like.<br />
Here are the symbols for the test, but this is not an option;), and at the same time it is difficult to wean from the “consolas”.</p>
<h2>-------------------Test Notepad++ Consolas------------------------------------------<br />
〕--------⇓…⇓----------<br />
〕⛆ ⛆ ⛆ ⛆ ⛆ ⛆ ⛆ ⛆ ⛆ ⛆ ⛆ ⛆ ⛆ ⛆ ⛆ ⛆</h2>
<p dir="auto">》《ジツッ₸₽€¥฿۞۩ஜ✽❄⚜▬🚀🔑🔐✂✃✈👕👣👖☀￼✉☎☏✆◼️■▄█▀🔲◻️🔳◄►<br />
🔻⚫★±ᥦᥪ⁜⁞⇌⇗␥▎<br />
░▒▓⛆TʰᵉGʰᵒˢᵗⒽⒶⓅⓅⓎ༺༻🐾｡☆🏃💰∆〔〕<br />
╙╥╗╓╚╝╔═╗╞┼║╟┘∟↨←→↑↓§♪♫‼☆☼↔ɪ̇їўᕕᐛ∆٨△ᕗ๖ζ͜͡ λ̸̨ѕ•∅ለℳéő÷༺༻҉εภ࿐˜·≈👻※<br />
🌀⛄🍾🎄❄🎁🎉🗡🔥📈📊💎🎆🏞🎑🎇💵💡☝👋🏼🏆💪🏼👆📞💽📲☘🔩⚒️💮🚷🐼🌿💦🌐✅👀👅☯💯🔙🏁⊙¾¼½෴<br />
ΣḜΘØḠĎĄŁ|草根秘密社会での次の大き発|이채널에빨리가입하십시오|ɑ๓ʍվ|👁🗨|⏭⏰⏳⚽</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32231</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32231</guid><dc:creator><![CDATA[Nazipa M m]]></dc:creator><pubDate>Sun, 13 May 2018 15:19:34 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Sun, 13 May 2018 15:00:09 GMT]]></title><description><![CDATA[<p dir="auto">Hello everyone. I just tested some symbol characters in notepad++ and indeed, notepad++ doesn’t seem to have some kind of a font fallback feature when a font can not display some of the characters.</p>
<p dir="auto">Also, in some other word processors, (and maybe also text editors?) you can choose to use different fonts in the same file, which we can not do in notepad++.</p>
<p dir="auto">Notepad++ just forces you to use a single font everywhere at all times :( except for example you can set a different font for the line numbers but otherwise, can not change the font for individual characters.</p>
<p dir="auto">Does anyone know how we can at least make different characters use different fonts in notepad++? if we can do that, that would solve our problem.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32230</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32230</guid><dc:creator><![CDATA[SalviaSage]]></dc:creator><pubDate>Sun, 13 May 2018 15:00:09 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Sun, 13 May 2018 06:03:51 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, it is necessary to reconcile to this difference -_-.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32228</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32228</guid><dc:creator><![CDATA[Nazipa M m]]></dc:creator><pubDate>Sun, 13 May 2018 06:03:51 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Sat, 12 May 2018 22:44:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nazipa-m-m" aria-label="Profile: Nazipa-M-m">@<bdi>Nazipa-M-m</bdi></a> said:</p>
<blockquote>
<p dir="auto">I went through all the fonts in notepad ++, scrolling, although most of it shows all the characters … but it’s not that perfect, only “consolas” is perfect in style, although it does not display all the characters like a simple windows notepad.</p>
</blockquote>
<p dir="auto">Only few fonts support those symbols.<br />
From the default pre-installed fonts the best would be “Segoe UI Symbol”.<br />
Some others: SimSun, MS Gothic.</p>
<p dir="auto">In MS Notepad all fonts work because it has font fallback system (as others already explained). In Notepad++ it does not work.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32226</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32226</guid><dc:creator><![CDATA[Mikhail V]]></dc:creator><pubDate>Sat, 12 May 2018 22:44:20 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Sat, 12 May 2018 13:35:45 GMT]]></title><description><![CDATA[<p dir="auto">As pretty much exclusively an “A to Z” person (what, there’s more than that? :-D)…the issue discussed in this thread seems to come up quite often.  From my limited perspective, this thread seems to explain things pretty well.  So…why not make a “FAQ Desk” entry out of it and we can just forget about it–meaning it is a solved thing?</p>
<p dir="auto">The general complaint always seems to be “Notepad.exe can display my characters, why can’t Notepad++?”.  To me, <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> 's post explained that–I had no idea.  Peter (and Guy) seem to have the best grasp on the concepts here, so I would hope one of them (or a collaboration) could do a “FAQ Desk”.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32220</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32220</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Sat, 12 May 2018 13:35:45 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Sat, 12 May 2018 12:12:59 GMT]]></title><description><![CDATA[<p dir="auto">I went through all the fonts in notepad ++, scrolling, although most of it shows all the characters … but it’s not that perfect, only “consolas” is perfect in style, although it does not display all the characters like a simple windows notepad.<br />
<a href="https://i.imgur.com/EFj8ydc.png" rel="nofollow ugc">https://i.imgur.com/EFj8ydc.png</a> I can not understand how “consolas” in a windows notepad, recognizes symbols, whereas notepad ++ can not.<br />
So a windows notepad uses several fonts at once?</p>
<p dir="auto">By the way I have Win10-1607, and there c:\windows\fonts\Global* …<br />
these files are not present, GlobalUserInterface.CompositeFont, GlobalMonospace.CompositeFont. But they are in other sections through the search.<br />
Anyway, thanks for helping everyone who helped. [Translated]</p>
<p dir="auto">What I would like to add is that some of the fonts are suitable for covering all the characters.<br />
But their style is different, and it’s hard to get used to another style.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32219</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32219</guid><dc:creator><![CDATA[Nazipa M m]]></dc:creator><pubDate>Sat, 12 May 2018 12:12:59 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Fri, 11 May 2018 21:33:37 GMT]]></title><description><![CDATA[<p dir="auto">I was curious, so i looked at my <code>c:\windows\fonts\Global*</code> files…</p>
<p dir="auto">The <code>GlobalUserInterface.CompositeFont</code> file includes:</p>
<pre><code>    &lt;FontFamilyMap  
        Unicode          = "2000-202E, 2030-20CF, 2100-23FF, 2460-27BF"
        Target           = "Segoe UI, Segoe UI Symbol, Meiryo, Microsoft JhengHei, Microsoft YaHei, Malgun Gothic, Tahoma, Lucida Sans Unicode, Arial, MS Gothic, MingLiU, Arial Unicode MS, MingLiU"
        Scale            = "1.0"/&gt;
</code></pre>
<p dir="auto">Where the range 2460-27BF covers the 2600 block.  It also has similar ones with specific language codes (for example, <code>ja</code>, <code>ko</code>)… so I assume it picks the language-specific fonts first if such a language is selected, then defaults to this one.  Presumably, then, it would look through the Segoes, then the Meiryo, JhengHei, and so on through the list, presumably until it finds a font with that glyph.</p>
<p dir="auto">I would think that windows notepad would use the GlobalMonospace, not the GlobalUserInterface:<br />
The <code>GlobalMonospace.CompositeFont</code> contains</p>
<pre><code>    &lt;FontFamilyMap
        Unicode="2000-202E, 2030-20CF, 2100-23FF, 2460-27BF, 2980-29FF"
        Target="Courier New, Microsoft Sans Serif, Meiryo, MS Gothic"
        Scale="1.0" /&gt;
</code></pre>
<p dir="auto">So presumably, it searches the selected font, then Courier New, MS Sans Serif, Meiryo, then MS Gothic.  When I use charmap, starting with Consolas and going through those other listed Monospace fonts, I don’t find it.</p>
<p dir="auto">When I go thru the UserInterface fonts listed, it is in Segoe UI Symbol.  So my guess is that notepad.exe really is using GlobalUserInterface.CompositeFont, and is thus displaying the rain U+26C6 in Segoe UI Symbol.  You could try the same font in Notepad++, and see if it displays for you.  (Unfortunately, it does not appear to be a monospace font, so I wouldn’t choose that all the time.)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32216</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32216</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 11 May 2018 21:33:37 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Fri, 11 May 2018 21:11:42 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://superuser.com/a/950793/537128" rel="nofollow ugc">This superuser.com reply</a> explains the “composite font” that Windows-internal apps (like notepad.exe) can use to find fallback glyphs.  Basically, if Notepad cannot find the glyph for a specific unicode character in your selected font, then it digs through a specific list of other fonts to find it.   I didn’t study in detail, though the answer seems to give a “finding a font for character” sequence, which allows you to determine which font notepad.exe eventually chose to find a glyph for that specific character.</p>
<p dir="auto">Regarding the <a href="http://www.fileformat.info/info/unicode/block/miscellaneous_symbols/fontsupport.htm" rel="nofollow ugc">block fontsupport at fileformat.info</a>, click on <a href="http://www.fileformat.info/info/unicode/font/symbola/index.htm" rel="nofollow ugc">Symbola</a>, then follow the URL entry in the table to <a href="http://users.teilar.gr/~g1951d/" rel="nofollow ugc">http://users.teilar.gr/~g1951d/</a>, then look through the “Unicode Fonts for Ancient Scripts” and click on <a href="http://users.teilar.gr/~g1951d/Symbola.zip" rel="nofollow ugc">Symbola</a> to download a zip which (presumably) contains the font and click on <a href="http://users.teilar.gr/~g1951d/Symbola.pdf" rel="nofollow ugc">manual</a> to (presumably) get a PDF about the Symbola font.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32215</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32215</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 11 May 2018 21:11:42 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Fri, 11 May 2018 20:10:48 GMT]]></title><description><![CDATA[<p dir="auto">All the same, can I use a font such as in a windows notepad? Unicode + Consolas + 100% (256 of 256)?<br />
True, “Consolas” does not seem to support 100%, but only 4% … it’s strange.</p>
<p dir="auto">And where can I download “symbola”? I was confused in those links.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32214</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32214</guid><dc:creator><![CDATA[Nazipa M m]]></dc:creator><pubDate>Fri, 11 May 2018 20:10:48 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Fri, 11 May 2018 19:57:23 GMT]]></title><description><![CDATA[<p dir="auto">Symbola seems to do a pretty good job</p>
<p dir="auto"><img src="https://camo.nodebb.org/267d9330a48707a3466952ea0fe92328dda221f0?url=https%3A%2F%2Fi.imgur.com%2F9YtfACZ.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32213</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32213</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 11 May 2018 19:57:23 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Fri, 11 May 2018 19:42:12 GMT]]></title><description><![CDATA[<p dir="auto">Thank you, but some fonts are not beautiful -_- okay.<br />
Fonts must be installed in the system?<br />
I have a bad English.</p>
<p dir="auto">In general, you are the first who really helped me, on this problem!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32212</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32212</guid><dc:creator><![CDATA[Nazipa M m]]></dc:creator><pubDate>Fri, 11 May 2018 19:42:12 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Fri, 11 May 2018 18:30:12 GMT]]></title><description><![CDATA[<p dir="auto">Hi, <a class="plugin-mentions-user plugin-mentions-a" href="/user/nazipa-m-m" aria-label="Profile: nazipa-m-m">@<bdi>nazipa-m-m</bdi></a>, and <strong>All</strong>,</p>
<p dir="auto">So, you’re looking for a font which could <strong>correctly</strong> display most of the characters of the <strong>Unicode</strong> block <strong>Miscellaneous Symbols</strong>, with characters code between <strong><code>\x{2600}</code></strong> and <strong><code>\x{26FF}</code></strong> ?</p>
<p dir="auto">From the <strong><a href="http://Unicode.org" rel="nofollow ugc">Unicode.org</a></strong> reference site, here is the link to that <strong>Unicode</strong> block :</p>
<p dir="auto"><a href="http://www.unicode.org/charts/PDF/U2600.pdf" rel="nofollow ugc">http://www.unicode.org/charts/PDF/U2600.pdf</a></p>
<p dir="auto">I, personally have some fonts, installed on my system, which can display a lot of these <strong>symbols</strong> :</p>
<pre><code class="language-diff">Fixedsys Excelsior 2.00     116 chars
MS UI Gothic                106 chars
MS PMincho                  106 chars
MS PGothic                  106 chars
MS Mincho                   106 chars
MS Gothic                   106 chars
Arial Unicode MS            106 chars
</code></pre>
<p dir="auto">However, these fonts do <strong>not</strong> cover the totality of the <strong><code>256</code></strong> characters of the <strong>Miscellaneous Symbols</strong> block :-((</p>
<p dir="auto">So, I simply did a <strong>Google</strong> search, entering this text :</p>
<blockquote>
<p dir="auto">font which covers the miscellaneous symbols unicode block</p>
</blockquote>
<p dir="auto">And… bingo : The <strong>second</strong> address, below, gives you some fonts, at <strong>beginning</strong> of the list, which correctly displays <strong>all</strong> the characters of that block :</p>
<p dir="auto"><a href="http://www.fileformat.info/info/unicode/block/miscellaneous_symbols/fontsupport.htm" rel="nofollow ugc">http://www.fileformat.info/info/unicode/block/miscellaneous_symbols/fontsupport.htm</a></p>
<p dir="auto">After <strong>downloading</strong> some of them and <strong>installing</strong> them on your configuration, simply follow the <strong>Claudia</strong>’s advice to use it from <strong>inside</strong> N++ ;-)).</p>
<p dir="auto">BTW, it’s <strong>not</strong> necessary to really install them ! For <strong>tests</strong>, just <strong>stop</strong> N++ , <strong>open</strong> these fonts and, then, <strong>restart</strong> N++ :-))</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32209</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32209</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Fri, 11 May 2018 18:30:12 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Fri, 11 May 2018 17:04:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nazipa-m-m" aria-label="Profile: Nazipa-M-m">@<bdi>Nazipa-M-m</bdi></a></p>
<p dir="auto">I know that fonts are responsible to show the proper glyph but in notepad++<br />
you have to use the style configurator to change the font</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32206</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32206</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 11 May 2018 17:04:15 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Fri, 11 May 2018 17:02:17 GMT]]></title><description><![CDATA[<p dir="auto">It’s not about style, but about the characters themselves, this problem affects such programs as notepad ++, notepad, emeditor, akelpad …<br />
They do not show all the characters, but some like [?].<br />
You can check, copy everything from this site <a href="https://www.charbase.com/block/miscellaneous-symbols" rel="nofollow ugc">https://www.charbase.com/block/miscellaneous-symbols</a> and paste into notepad ++, and you will see the result.<br />
Well, or just by the example of this <a href="https://www.charbase.com/26c6-unicode-rain" rel="nofollow ugc">https://www.charbase.com/26c6-unicode-rain</a>. [Translated]</p>
<p dir="auto">All characters show only a windows notepad.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32205</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32205</guid><dc:creator><![CDATA[Nazipa M m]]></dc:creator><pubDate>Fri, 11 May 2018 17:02:17 GMT</pubDate></item><item><title><![CDATA[Reply to Some characters are not displayed [Unicode] on Fri, 11 May 2018 16:45:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nazipa-m-m" aria-label="Profile: Nazipa-M-m">@<bdi>Nazipa-M-m</bdi></a></p>
<p dir="auto">are you using the same font on MS notepad and notepad++?<br />
To change the font in notepad++ goto</p>
<p dir="auto"><em><strong>Settings-&gt;Preferences</strong></em><br />
Select<br />
<strong>Global Styles</strong> under <em><strong>Language</strong></em><br />
<strong>Default Style</strong> under <em><strong>Style</strong></em><br />
and the <strong>Font name</strong> in question under <em><strong>Font Style</strong></em></p>
<p dir="auto">Like here</p>
<p dir="auto"><img src="https://camo.nodebb.org/e1f7a4c1b1ee6cf7de08da21bfd148071da7025f?url=https%3A%2F%2Fi.imgur.com%2FqOS96EY.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32204</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32204</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 11 May 2018 16:45:31 GMT</pubDate></item></channel></rss>