<?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[Issue with Polish letters]]></title><description><![CDATA[<p dir="auto">Hello!</p>
<p dir="auto">Today i meet my issue with polish letters. I do not use em much so, but when i have any file with that letters i m so confues what i was typing here before. Is there any solution how to fix that? I have unchecked ‘autodetec characters encoding’ but its didnt change much. Thanks in advaice if some1 can help me :)</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/21041/issue-with-polish-letters</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 21:35:32 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/21041.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 16 Apr 2021 09:44:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Issue with Polish letters on Sat, 17 Apr 2021 18:41:54 GMT]]></title><description><![CDATA[<p dir="auto">For polish he should use ISO 8859-2 (Eastern European), but nowadays I would rather recommend UTF-8.<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/nightznero" aria-label="Profile: nightznero">@<bdi>nightznero</bdi></a> To twoja twórczość?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65090</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65090</guid><dc:creator><![CDATA[ArkadiuszMichalski]]></dc:creator><pubDate>Sat, 17 Apr 2021 18:41:54 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Sat, 17 Apr 2021 17:49:32 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/nightznero" aria-label="Profile: nightznero">@<bdi>nightznero</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: ekopalypse">@<bdi>ekopalypse</bdi></a> and <strong>All</strong>,</p>
<p dir="auto"><strong>Encoding</strong> notions are really <strong>difficult</strong> to handle and are usually a <strong>nightmare</strong> for most of us !</p>
<p dir="auto">From the <a class="plugin-mentions-user plugin-mentions-a" href="/user/nightznero" aria-label="Profile: nightznero">@<bdi>nightznero</bdi></a>’s problem, I tried to build a method to <strong>guess</strong> the right encoding of an <strong><code>ANSI</code></strong> <strong>encoded</strong> file, containing characters <strong>wrongly</strong> displayed !</p>
<hr />
<ul>
<li>First, copy <strong>all</strong> the text, below, in the <strong>clipboard</strong> :</li>
</ul>
<pre><code class="language-diff">•--------•---------•---------•---------•---------•---------•---------•---------•
|  Code  | Win1250 | Win1251 | Win1252 | Win1253 | Win1254 | Win1257 | Win1258 |
•--------•---------•---------•---------•---------•---------•---------•---------•
|   80   |    €    |    Ђ    |    €    |    €    |    €    |    €    |    €    |
|   81   |    ◊    |    Ѓ    |    ◊    |    ◊    |    ◊    |    ◊    |    ◊    |
|   82   |    ‚    |    ‚    |    ‚    |    ‚    |    ‚    |    ‚    |    ‚    |
|   83   |    ◊    |    ѓ    |    ƒ    |    ƒ    |    ƒ    |    ◊    |    ƒ    |
|   84   |    „    |    „    |    „    |    „    |    „    |    „    |    „    |
|   85   |    …    |    …    |    …    |    …    |    …    |    …    |    …    |
|   86   |    †    |    †    |    †    |    †    |    †    |    †    |    †    |
|   87   |    ‡    |    ‡    |    ‡    |    ‡    |    ‡    |    ‡    |    ‡    |
|   88   |    ◊    |    €    |    ˆ    |    ◊    |    ˆ    |    ◊    |    ˆ    |
|   89   |    ‰    |    ‰    |    ‰    |    ‰    |    ‰    |    ‰    |    ‰    |
|   8A   |    Š    |    Љ    |    Š    |    ◊    |    Š    |    ◊    |    ◊    |
|   8B   |    ‹    |    ‹    |    ‹    |    ‹    |    ‹    |    ‹    |    ‹    |
|   8C   |    Ś    |    Њ    |    Œ    |    ◊    |    Œ    |    ◊    |    Œ    |
|   8D   |    Ť    |    Ќ    |    ◊    |    ◊    |    ◊    |    ¨    |    ◊    |
|   8E   |    Ž    |    Ћ    |    Ž    |    ◊    |    ◊    |    ˇ    |    ◊    |
|   8F   |    Ź    |    Џ    |    ◊    |    ◊    |    ◊    |    ¸    |    ◊    |
|   90   |    ◊    |    ђ    |    ◊    |    ◊    |    ◊    |    ◊    |    ◊    |
|   91   |    ‘    |    ‘    |    ‘    |    ‘    |    ‘    |    ‘    |    ‘    |
|   92   |    ’    |    ’    |    ’    |    ’    |    ’    |    ’    |    ’    |
|   93   |    “    |    “    |    “    |    “    |    “    |    “    |    “    |
|   94   |    ”    |    ”    |    ”    |    ”    |    ”    |    ”    |    ”    |
|   95   |    •    |    •    |    •    |    •    |    •    |    •    |    •    |
|   96   |    –    |    –    |    –    |    –    |    –    |    –    |    –    |
|   97   |    —    |    —    |    —    |    —    |    —    |    —    |    —    |
|   98   |    ◊    |    ◊    |    ˜    |    ◊    |    ˜    |    ◊    |    ˜    |
|   99   |    ™    |    ™    |    ™    |    ™    |    ™    |    ™    |    ™    |
|   9A   |    š    |    љ    |    š    |    ◊    |    š    |    ◊    |    ◊    |
|   9B   |    ›    |    ›    |    ›    |    ›    |    ›    |    ›    |    ›    |
|   9C   |    ś    |    њ    |    œ    |    ◊    |    œ    |    ◊    |    œ    |
|   9D   |    ť    |    ќ    |    ◊    |    ◊    |    ◊    |    ¯    |    ◊    |
|   9E   |    ž    |    ћ    |    ž    |    ◊    |    ◊    |    ˛    |    ◊    |
|   9F   |    ź    |    џ    |    Ÿ    |    ◊    |    Ÿ    |    ◊    |    Ÿ    |
•--------•---------•---------•---------•---------•---------•---------•---------•
|   A0   |         |         |         |         |         |         |         |
|   A1   |    ˇ    |    Ў    |    ¡    |    ΅    |    ¡    |    ◊    |    ¡    |
|   A2   |    ˘    |    ў    |    ¢    |    Ά    |    ¢    |    ¢    |    ¢    |
|   A3   |    Ł    |    Ј    |    £    |    £    |    £    |    £    |    £    |
|   A4   |    ¤    |    ¤    |    ¤    |    ¤    |    ¤    |    ¤    |    ¤    |
|   A5   |    Ą    |    Ґ    |    ¥    |    ¥    |    ¥    |    ◊    |    ¥    |
|   A6   |    ¦    |    ¦    |    ¦    |    ¦    |    ¦    |    ¦    |    ¦    |
|   A7   |    §    |    §    |    §    |    §    |    §    |    §    |    §    |
|   A8   |    ¨    |    Ё    |    ¨    |    ¨    |    ¨    |    Ø    |    ¨    |
|   A9   |    ©    |    ©    |    ©    |    ©    |    ©    |    ©    |    ©    |
|   AA   |    Ş    |    Є    |    ª    |    ◊    |    ª    |    Ŗ    |    ª    |
|   AB   |    «    |    «    |    «    |    «    |    «    |    «    |    «    |
|   AC   |    ¬    |    ¬    |    ¬    |    ¬    |    ¬    |    ¬    |    ¬    |
|   AD   |    ­    |    ­    |    ­    |    ­    |    ­    |    ­    |    ­    |
|   AE   |    ®    |    ®    |    ®    |    ®    |    ®    |    ®    |    ®    |
|   AF   |    Ż    |    Ї    |    ¯    |    ―    |    ¯    |    Æ    |    ¯    |
|   B0   |    °    |    °    |    °    |    °    |    °    |    °    |    °    |
|   B1   |    ±    |    ±    |    ±    |    ±    |    ±    |    ±    |    ±    |
|   B2   |    ˛    |    І    |    ²    |    ²    |    ²    |    ²    |    ²    |
|   B3   |    ł    |    і    |    ³    |    ³    |    ³    |    ³    |    ³    |
|   B4   |    ´    |    ґ    |    ´    |    ΄    |    ´    |    ´    |    ´    |
|   B5   |    µ    |    µ    |    µ    |    µ    |    µ    |    µ    |    µ    |
|   B6   |    ¶    |    ¶    |    ¶    |    ¶    |    ¶    |    ¶    |    ¶    |
|   B7   |    ·    |    ·    |    ·    |    ·    |    ·    |    ·    |    ·    |
|   B8   |    ¸    |    ё    |    ¸    |    Έ    |    ¸    |    ø    |    ¸    |
|   B9   |    ą    |    №    |    ¹    |    Ή    |    ¹    |    ¹    |    ¹    |
|   BA   |    ş    |    є    |    º    |    Ί    |    º    |    ŗ    |    º    |
|   BB   |    »    |    »    |    »    |    »    |    »    |    »    |    »    |
|   BC   |    Ľ    |    ј    |    ¼    |    Ό    |    ¼    |    ¼    |    ¼    |
|   BD   |    ˝    |    Ѕ    |    ½    |    ½    |    ½    |    ½    |    ½    |
|   BE   |    ľ    |    ѕ    |    ¾    |    Ύ    |    ¾    |    ¾    |    ¾    |
|   BF   |    ż    |    ї    |    ¿    |    Ώ    |    ¿    |    æ    |    ¿    |
•--------•---------•---------•---------•---------•---------•---------•---------•
|   C0   |    Ŕ    |    А    |    À    |    ΐ    |    À    |    Ą    |    À    |
|   C1   |    Á    |    Б    |    Á    |    Α    |    Á    |    Į    |    Á    |
|   C2   |    Â    |    В    |    Â    |    Β    |    Â    |    Ā    |    Â    |
|   C3   |    Ă    |    Г    |    Ã    |    Γ    |    Ã    |    Ć    |    Ă    |
|   C4   |    Ä    |    Д    |    Ä    |    Δ    |    Ä    |    Ä    |    Ä    |
|   C5   |    Ĺ    |    Е    |    Å    |    Ε    |    Å    |    Å    |    Å    |
|   C6   |    Ć    |    Ж    |    Æ    |    Ζ    |    Æ    |    Ę    |    Æ    |
|   C7   |    Ç    |    З    |    Ç    |    Η    |    Ç    |    Ē    |    Ç    |
|   C8   |    Č    |    И    |    È    |    Θ    |    È    |    Č    |    È    |
|   C9   |    É    |    Й    |    É    |    Ι    |    É    |    É    |    É    |ֹ
|   CA   |    Ę    |    К    |    Ê    |    Κ    |    Ê    |    Ź    |    Ê    |ֺ
|   CB   |    Ë    |    Л    |    Ë    |    Λ    |    Ë    |    Ė    |    Ë    |
|   CC   |    Ě    |    М    |    Ì    |    Μ    |    Ì    |    Ģ    |    ̀     |
|   CD   |    Í    |    Н    |    Í    |    Ν    |    Í    |    Ķ    |    Í    |
|   CE   |    Î    |    О    |    Î    |    Ξ    |    Î    |    Ī    |    Î    |
|   CF   |    Ď    |    П    |    Ï    |    Ο    |    Ï    |    Ļ    |    Ï    |
|   D0   |    Đ    |    Р    |    Ð    |    Π    |    Ğ    |    Š    |    Đ    |
|   D1   |    Ń    |    С    |    Ñ    |    Ρ    |    Ñ    |    Ń    |    Ñ    |
|   D2   |    Ň    |    Т    |    Ò    |    ◊    |    Ò    |    Ņ    |    ̉     |
|   D3   |    Ó    |    У    |    Ó    |    Σ    |    Ó    |    Ó    |    Ó    |
|   D4   |    Ô    |    Ф    |    Ô    |    Τ    |    Ô    |    Ō    |    Ô    |
|   D5   |    Ő    |    Х    |    Õ    |    Υ    |    Õ    |    Õ    |    Ơ    |
|   D6   |    Ö    |    Ц    |    Ö    |    Φ    |    Ö    |    Ö    |    Ö    |
|   D7   |    ×    |    Ч    |    ×    |    Χ    |    ×    |    ×    |    ×    |
|   D8   |    Ř    |    Ш    |    Ø    |    Ψ    |    Ø    |    Ų    |    Ø    |
|   D9   |    Ů    |    Щ    |    Ù    |    Ω    |    Ù    |    Ł    |    Ù    |
|   DA   |    Ú    |    Ъ    |    Ú    |    Ϊ    |    Ú    |    Ś    |    Ú    |
|   DB   |    Ű    |    Ы    |    Û    |    Ϋ    |    Û    |    Ū    |    Û    |
|   DC   |    Ü    |    Ь    |    Ü    |    ά    |    Ü    |    Ü    |    Ü    |
|   DD   |    Ý    |    Э    |    Ý    |    έ    |    İ    |    Ż    |    Ư    |
|   DE   |    Ţ    |    Ю    |    Þ    |    ή    |    Ş    |    Ž    |    ̃     |
|   DF   |    ß    |    Я    |    ß    |    ί    |    ß    |    ß    |    ß    |
•--------•---------•---------•---------•---------•---------•---------•---------•
|   E0   |    ŕ    |    а    |    à    |    ΰ    |    à    |    ą    |    à    |
|   E1   |    á    |    б    |    á    |    α    |    á    |    į    |    á    |
|   E2   |    â    |    в    |    â    |    β    |    â    |    ā    |    â    |
|   E3   |    ă    |    г    |    ã    |    γ    |    ã    |    ć    |    ă    |
|   E4   |    ä    |    д    |    ä    |    δ    |    ä    |    ä    |    ä    |
|   E5   |    ĺ    |    е    |    å    |    ε    |    å    |    å    |    å    |
|   E6   |    ć    |    ж    |    æ    |    ζ    |    æ    |    ę    |    æ    |
|   E7   |    ç    |    з    |    ç    |    η    |    ç    |    ē    |    ç    |
|   E8   |    č    |    и    |    è    |    θ    |    è    |    č    |    è    |
|   E9   |    é    |    й    |    é    |    ι    |    é    |    é    |    é    |
|   EA   |    ę    |    к    |    ê    |    κ    |    ê    |    ź    |    ê    |
|   EB   |    ë    |    л    |    ë    |    λ    |    ë    |    ė    |    ë    |
|   EC   |    ě    |    м    |    ì    |    μ    |    ì    |    ģ    |    ́     |
|   ED   |    í    |    н    |    í    |    ν    |    í    |    ķ    |    í    |
|   EE   |    î    |    о    |    î    |    ξ    |    î    |    ī    |    î    |
|   EF   |    ď    |    п    |    ï    |    ο    |    ï    |    ļ    |    ï    |
|   F0   |    đ    |    р    |    ð    |    π    |    ğ    |    š    |    đ    |
|   F1   |    ń    |    с    |    ñ    |    ρ    |    ñ    |    ń    |    ñ    |
|   F2   |    ň    |    т    |    ò    |    ς    |    ò    |    ņ    |    ̣     |
|   F3   |    ó    |    у    |    ó    |    σ    |    ó    |    ó    |    ó    |
|   F4   |    ô    |    ф    |    ô    |    τ    |    ô    |    ō    |    ô    |
|   F5   |    ő    |    х    |    õ    |    υ    |    õ    |    õ    |    ơ    |
|   F6   |    ö    |    ц    |    ö    |    φ    |    ö    |    ö    |    ö    |
|   F7   |    ÷    |    ч    |    ÷    |    χ    |    ÷    |    ÷    |    ÷    |
|   F8   |    ř    |    ш    |    ø    |    ψ    |    ø    |    ų    |    ø    |
|   F9   |    ů    |    щ    |    ù    |    ω    |    ù    |    ł    |    ù    |
|   FA   |    ú    |    ъ    |    ú    |    ϊ    |    ú    |    ś    |    ú    |
|   FB   |    ű    |    ы    |    û    |    ϋ    |    û    |    ū    |    û    |
|   FC   |    ü    |    ь    |    ü    |    ό    |    ü    |    ü    |    ü    |
|   FD   |    ý    |    э    |    ý    |    ύ    |    ı    |    ż    |    ư    |
|   FE   |    ţ    |    ю    |    þ    |    ώ    |    ş    |    ž    |    ₫    |
|   FF   |    ˙    |    я    |    ÿ    |    ◊    |    ÿ    |    ˙    |    ÿ    |
•--------•---------•---------•---------•---------•---------•---------•---------•
</code></pre>
<p dir="auto">Note that, in this table, the <strong><code>◊</code></strong> character means that the character is <strong>not defined</strong> for the corresponding <strong>encoding</strong> !</p>
<hr />
<ul>
<li>
<p dir="auto">Open a <strong>new</strong> N++ tab ( <strong><code>Ctrl + N</code></strong> )</p>
</li>
<li>
<p dir="auto">Run the command <strong><code>Encoding &gt; Convert to UTF-8-BOM</code></strong> ( <em>IMPORTANT</em> )</p>
</li>
<li>
<p dir="auto"><strong>Paste</strong> the clipboard contents in that <strong>new</strong> tab ( <strong><code>Ctrl + V</code></strong> )</p>
</li>
<li>
<p dir="auto">Save this file as <strong><code>Windows_European_Encodings.txt</code></strong></p>
</li>
<li>
<p dir="auto">From the <strong>first</strong> word, <strong>not</strong> correctly displayed of your <strong><code>ANSI</code></strong> file ( <strong><code>le¿y</code></strong> in <a class="plugin-mentions-user plugin-mentions-a" href="/user/nightznero" aria-label="Profile: nightznero">@<bdi>nightznero</bdi></a>’s text ), select the <strong>wrong</strong> character ( <strong><code>¿</code></strong> )</p>
</li>
<li>
<p dir="auto">Open the <strong>Find</strong> dialog ( <strong><code>Ctrl + F</code></strong> )</p>
</li>
<li>
<p dir="auto">Tick the <strong><code>March case</code></strong> and the <strong><code>Wrap around</code></strong> options</p>
</li>
<li>
<p dir="auto">Select the <strong><code>Normal</code></strong> search mode</p>
</li>
<li>
<p dir="auto">Switch back to the <strong><code>Windows_European_Encodings.txt</code></strong> file, that we just <strong>created</strong></p>
</li>
<li>
<p dir="auto">Click on the <strong><code>Find Next</code></strong> button</p>
</li>
</ul>
<p dir="auto">=&gt; The <strong>caret</strong> should be on the line :</p>
<pre><code class="language-z">|   BF   |    ż    |    ї    |    ¿    |    Ώ    |    ¿    |    æ    |    ¿    |
</code></pre>
<p dir="auto"><em>Necessarily</em>, your <strong>correct</strong> character, instead of the <strong><code>¿</code></strong> char, must be found <strong>within</strong> that line !</p>
<p dir="auto">And <a class="plugin-mentions-user plugin-mentions-a" href="/user/nightznero" aria-label="Profile: nightznero">@<bdi>nightznero</bdi></a> would have <strong>easily</strong> detected that the <strong>right</strong> character was <strong><code>ż</code></strong>, forming the word <strong><code>leży</code></strong> ! Now, as the <strong><code>ż</code></strong> belongs to the <strong><code>Windows-1250</code></strong> encoding :</p>
<ul>
<li>Select the command <strong><code>Encoding &gt; Character Sets &gt; Central European &gt; Windows-1250</code></strong></li>
</ul>
<p dir="auto">=&gt; <strong>All</strong> the text seems, now, completely <strong>readable</strong> ;-))</p>
<ul>
<li>
<p dir="auto">So, <strong>encode</strong> this file with the <strong><code>UTF-8</code></strong> encoding, running <strong>one</strong> of these <strong>two</strong> commands :</p>
<ul>
<li>
<p dir="auto"><strong><code>Encoding &gt; Convert to UTF-8</code></strong></p>
</li>
<li>
<p dir="auto"><strong><code>Encoding &gt; Convert to UTF-8-BOM</code></strong></p>
</li>
</ul>
</li>
<li>
<p dir="auto"><strong>Save</strong> the changed contents ( <strong><code>Ctrl + S</code></strong> )</p>
</li>
</ul>
<hr />
<p dir="auto">Note that we could have searched for <strong>other</strong> characters, listed below, which are <strong>accentuated</strong> characters from <a class="plugin-mentions-user plugin-mentions-a" href="/user/nightznero" aria-label="Profile: nightznero">@<bdi>nightznero</bdi></a>’s text :</p>
<pre><code class="language-z">    •--------•---------•      •---------•
    |  Code  | Win1252 |      | Win1250 |
    •--------•---------•      •---------•
    |   8C   |    Œ    |      |    Ś    |
    |   9C   |    œ    |      |    ś    |
    |   9F   |    Ÿ    |      |    ź    |
    |   A3   |    £    |      |    Ł    |
    |   A5   |    ¥    |      |    Ą    |
    |   AF   |    ¯    |      |    Ż    |
    |   B3   |    ³    |  =&gt;  |    ł    |
    |   B9   |    ¹    |      |    ą    |
    |   BF   |    ¿    |      |    ż    |
    |   C6   |    Æ    |      |    Ć    |
    |   E6   |    æ    |      |    ć    |
    |   EA   |    ê    |      |    ę    |
    |   F1   |    ñ    |      |    ń    |
    •--------•---------•      •---------•
</code></pre>
<p dir="auto">BTW, I found out a character which is <strong>different</strong> in <strong>all</strong> the different <strong><code>Windows-125#</code></strong> <em>Windows</em> encodings. This is the <strong><code>ANSI</code></strong> char <strong><code>\x{de}</code></strong>. To write it, simply hold <strong>down</strong> the <strong><code>Alt</code></strong> key and hit, <strong>successively</strong>, the keys <strong><code>0</code></strong>, <strong><code>2</code></strong>, <strong><code>2</code></strong> and <strong><code>2</code></strong>, from the <strong>numeric</strong> keypad !</p>
<pre><code class="language-z">•--------•--------------•--------------•--------------•--------------•--------------•--------------•--------------•--------------•--------------•
|  Code  |   Win-1250   |   Win-1251   |   Win-1252   |   Win-1253   |   Win-1254   |   Win-1257   |   Win-1258   |   Win-1255   |   Win-1256   |
|  ALT   •--------------•--------------•--------------•--------------•--------------•--------------•--------------•--------------•--------------•
| + 0222 |  Centr. Eur. |   Cyrillic   |  West. Eur.  |    Greek     |   Turkish    |    Baltic    |  Vietnamese  |    Hebrew    |    Arabic    |
•--------•--------------•--------------•--------------•--------------•--------------•--------------•--------------•--------------•--------------•
|   DE   |      Ţ       |      Ю       |      Þ       |      ή       |      Ş       |      Ž       |      ̃        |  Undefined   |      ق       |
•--------•--------------•--------------•--------------•--------------•--------------•--------------•--------------•--------------•--------------•
</code></pre>
<p dir="auto">So, for instance, if you type the <strong><code>\x{de}</code></strong> character, in an <strong><code>ANSI</code></strong> <strong>encoded</strong> file :</p>
<ul>
<li>
<p dir="auto">If the character displayed is <strong><code>ή</code></strong>, this means that your <strong>current</strong> <strong><code>ANSI</code></strong> codepage is probably <strong><code>Win-1253</code></strong></p>
</li>
<li>
<p dir="auto">If the character displayed is <strong><code>Ţ</code></strong>, this means that your <strong>current</strong> <strong><code>ANSI</code></strong> codepage must be <strong><code>Win-1250</code></strong></p>
</li>
</ul>
<p dir="auto">Just run the command <strong><code>? &gt; Debug Info...</code></strong> to verify !</p>
<hr />
<p dir="auto">To end with, from this <a href="https://w3techs.com/technologies/history_overview/character_encoding" rel="nofollow ugc">link</a>, you should be convinced to <strong>always</strong> manage <strong><code>UTF-8</code></strong> <strong>encoded</strong> files ! ( ~ <strong><code>96,7 %</code></strong> of <strong>all</strong> files coded in <strong>Websites</strong> ! )</p>
<p dir="auto">You may also click, to the <strong>left</strong> part, on the <em>yearly</em> list, which perfectly shows the <strong>growth</strong> of the <strong><code>UTF-8</code></strong> encoding and the <strong>decrease</strong> of <strong>all</strong> other encodings, during these <strong>last ten</strong> years !</p>
<p dir="auto">Now, to get the contents of the <strong>Windows</strong> encodings, as <strong>text</strong> files, click on :    <a href="https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS" rel="nofollow ugc">https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS</a></p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65087</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65087</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sat, 17 Apr 2021 17:49:32 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 14:47:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a></p>
<p dir="auto">We had to find the right (ansi) encoding first, otherwise the conversion to utf-8 would result in incorrect text.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65069</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65069</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 16 Apr 2021 14:47:57 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 14:44:47 GMT]]></title><description><![CDATA[<p dir="auto">I didn’t follow super-closely, but was there reason to not convert to UTF-8 and then stay with that?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65068</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65068</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 16 Apr 2021 14:44:47 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 14:39:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nightznero" aria-label="Profile: nightznero">@<bdi>nightznero</bdi></a> - my pleasure.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65067</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65067</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 16 Apr 2021 14:39:54 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 14:34:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> Thanks Eko a lot!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65065</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65065</guid><dc:creator><![CDATA[nightznero]]></dc:creator><pubDate>Fri, 16 Apr 2021 14:34:45 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 14:32:01 GMT]]></title><description><![CDATA[<p dir="auto">That means, select Windows-1250</p>
<p dir="auto"><img src="/assets/uploads/files/1618583451879-6198d9f7-4571-46a5-b37a-71b584c9b1b0-image.png" alt="6198d9f7-4571-46a5-b37a-71b584c9b1b0-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">and if it looks ok - convert to utf8 - save it - done.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65064</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65064</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 16 Apr 2021 14:32:01 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 14:27:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> ye, its looks now fine</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65063</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65063</guid><dc:creator><![CDATA[nightznero]]></dc:creator><pubDate>Fri, 16 Apr 2021 14:27:30 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 14:19:54 GMT]]></title><description><![CDATA[<p dir="auto">Does my last post look ok?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65062</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65062</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 16 Apr 2021 14:19:54 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 14:19:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> when i try to encode to that u mentioned the letter ‘k’ is changed to ‘к’ so its cant be cyrlic encrypted before</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65061</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65061</guid><dc:creator><![CDATA[nightznero]]></dc:creator><pubDate>Fri, 16 Apr 2021 14:19:07 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 14:18:08 GMT]]></title><description><![CDATA[<p dir="auto">NO windows1250 does make more sense, I guess.</p>
<p dir="auto"><img src="/assets/uploads/files/1618582681939-5ac82498-75ff-4a9e-bdda-98bfcdf7bf36-image.png" alt="5ac82498-75ff-4a9e-bdda-98bfcdf7bf36-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/65060</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65060</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 16 Apr 2021 14:18:08 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 14:10:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nightznero" aria-label="Profile: nightznero">@<bdi>nightznero</bdi></a></p>
<p dir="auto">that file seems to be Cyrillic (Windows-1251) encoded.</p>
<p dir="auto"><img src="/assets/uploads/files/1618582211913-31b79cfe-a81d-4226-8588-c58fe167a2d9-image.png" alt="31b79cfe-a81d-4226-8588-c58fe167a2d9-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/65059</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65059</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 16 Apr 2021 14:10:16 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 13:31:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> ye that from screen i can share its jsut a text.  Here is a link: <a href="https://www.mediafire.com/file/2u26drmdltsrnsg/Rap_Teksty.txt/file" rel="nofollow ugc">https://www.mediafire.com/file/2u26drmdltsrnsg/Rap_Teksty.txt/file</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/65058</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65058</guid><dc:creator><![CDATA[nightznero]]></dc:creator><pubDate>Fri, 16 Apr 2021 13:31:00 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 13:28:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nightznero" aria-label="Profile: nightznero">@<bdi>nightznero</bdi></a></p>
<p dir="auto">Do you have a file which you can share?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65057</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65057</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 16 Apr 2021 13:28:21 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 13:21:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> any of ‘‘convert’’ doesnt work</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65056</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65056</guid><dc:creator><![CDATA[nightznero]]></dc:creator><pubDate>Fri, 16 Apr 2021 13:21:07 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 12:26:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nightznero" aria-label="Profile: nightznero">@<bdi>nightznero</bdi></a></p>
<p dir="auto">I guess that will be solved by using “convert to utf8” from encoding menu, doesn’t it?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65052</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65052</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 16 Apr 2021 12:26:43 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 12:10:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> Ye when i try to polish letters i gotta normal without polish symbols. The utf8 fixed issue Thx  but for now,when i type its fine but is there any way to fix previous files that could look normal as now?<img src="/assets/uploads/files/1618574883605-screenshot_2.jpg" alt="Screenshot_2.jpg" class=" img-fluid img-markdown" /><br />
bcs as u can see now the polish letters are white glowed</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65051</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65051</guid><dc:creator><![CDATA[nightznero]]></dc:creator><pubDate>Fri, 16 Apr 2021 12:10:48 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 10:26:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nightznero" aria-label="Profile: nightznero">@<bdi>nightznero</bdi></a></p>
<p dir="auto">I see, when using Polish keyboard layout and ANSI encoding like you did, I see a and z only as well. But when using utf8 encoding I see the letters as posted. So maybe convert your files to utf8?</p>
<p dir="auto">Btw. I pressed “ü” not “z” to get the ż</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65050</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65050</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 16 Apr 2021 10:26:02 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 10:18:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nightznero" aria-label="Profile: nightznero">@<bdi>nightznero</bdi></a></p>
<p dir="auto">I just added a Polish keyboard layout and also used my keyboard.<br />
By pressing “ä” and “z” (German keyboard) I got the posted result.<br />
I could not figure out how to get the second z symbol.</p>
<p dir="auto">When typing the letters, does it look like the screenshot you provided?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65047</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65047</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 16 Apr 2021 10:18:38 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 10:11:51 GMT]]></title><description><![CDATA[<p dir="auto">well i typing normally by keyboard. Not on-screen keyboard,just my main</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65045</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65045</guid><dc:creator><![CDATA[nightznero]]></dc:creator><pubDate>Fri, 16 Apr 2021 10:11:51 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 10:09:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> i was using few fonts like  Arial Calibri but on all that i was using the issue is happens.<img src="/assets/uploads/files/1618567786897-screenshot_1.jpg" alt="Screenshot_1.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/65043</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65043</guid><dc:creator><![CDATA[nightznero]]></dc:creator><pubDate>Fri, 16 Apr 2021 10:09:51 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 10:09:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nightznero" aria-label="Profile: nightznero">@<bdi>nightznero</bdi></a></p>
<p dir="auto"><img src="/assets/uploads/files/1618567743623-afc66d5e-2822-47c5-a21e-4180f567a82f-image.png" alt="afc66d5e-2822-47c5-a21e-4180f567a82f-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/65042</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65042</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 16 Apr 2021 10:09:10 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 10:03:30 GMT]]></title><description><![CDATA[<p dir="auto">Which font do you use?<br />
And how are you typing the letters?<br />
A screenshot can be added simply by copy and paste into a post.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65041</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65041</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 16 Apr 2021 10:03:30 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with Polish letters on Fri, 16 Apr 2021 10:02:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a><br />
I mean, i can write only normal letters. So ye both, i cant see them in prev files and on new i cant write them. When i try to write like ‘ą ż ź’ i see only ‘a z z’<br />
Debug:<br />
Notepad++ v7.9.5 (64-bit)<br />
Build time : Mar 21 2021 - 02:13:17<br />
Path : D:\Notepad++\notepad++.exe<br />
Admin mode : OFF<br />
Local Conf mode : ON<br />
OS Name : Windows 10 Pro (64-bit)<br />
OS Version : 2009<br />
OS Build : 21359.1<br />
Current ANSI codepage : 1252<br />
Plugins : HexEditor.dll mimeTools.dll NppConverter.dll NppExport.dll</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65040</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65040</guid><dc:creator><![CDATA[nightznero]]></dc:creator><pubDate>Fri, 16 Apr 2021 10:02:16 GMT</pubDate></item></channel></rss>