<?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[Plugin &#x27;AutoCodepage v1.2.7&#x27; für &#x27;notepad++ v8.7.4&#x27; funktioniert nicht]]></title><description><![CDATA[<p dir="auto">Hallo, in einer Batchdatei leite ich mit <strong>dir &gt; Datei.oem850</strong> den Verzeichnis-Inhalt in eine Datei um.<br />
In AutoCodepage habe ich die Einstellungen so vorgenommen, wie in den Internet-Beispielen dargestellt. Lade ich die erstellte Datei <strong>Datei.oem850</strong> in notepad++, wird nicht die Codierung OEM 850 aktiviert. In der Statuszeile steht weiterhin UTF-8. Ich kann OEM 850 manuell aktivieren, aber dann brauche ich ja AutoCodepage nicht mehr. Hast Du einen Tip für mich, wo hier das Problem liegt? Gruß Hein</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26510/plugin-autocodepage-v1-2-7-für-notepad-v8-7-4-funktioniert-nicht</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 14:33:08 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26510.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Dec 2024 13:36:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Plugin &#x27;AutoCodepage v1.2.7&#x27; für &#x27;notepad++ v8.7.4&#x27; funktioniert nicht on Sun, 29 Dec 2024 17:13:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> said in <a href="/post/98829">Plugin 'AutoCodepage v1.2.7' für 'notepad++ v8.7.4' funktioniert nicht</a>:</p>
<blockquote>
<p dir="auto">Sorry</p>
</blockquote>
<p dir="auto">No problem, no need to say Sorry :-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/98830</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/98830</guid><dc:creator><![CDATA[datatraveller1]]></dc:creator><pubDate>Sun, 29 Dec 2024 17:13:47 GMT</pubDate></item><item><title><![CDATA[Reply to Plugin &#x27;AutoCodepage v1.2.7&#x27; für &#x27;notepad++ v8.7.4&#x27; funktioniert nicht on Sun, 29 Dec 2024 17:02:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/datatraveller1" aria-label="Profile: datatraveller1">@<bdi>datatraveller1</bdi></a> said in <a href="/post/98828">Plugin 'AutoCodepage v1.2.7' für 'notepad++ v8.7.4' funktioniert nicht</a>:</p>
<blockquote>
<p dir="auto">As far as I have understood this plugin</p>
</blockquote>
<p dir="auto">Sorry,  I didn’t notice the word “plugin” and version in the title, and was just thinking “AutoCodepage” was a translation of the translation for the “autodetect encoding” preference.  Sorry for not correctly interpreting the question.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/98829</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/98829</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sun, 29 Dec 2024 17:02:48 GMT</pubDate></item><item><title><![CDATA[Reply to Plugin &#x27;AutoCodepage v1.2.7&#x27; für &#x27;notepad++ v8.7.4&#x27; funktioniert nicht on Sun, 29 Dec 2024 19:25:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> said in <a href="/post/98826">Plugin 'AutoCodepage v1.2.7' für 'notepad++ v8.7.4' funktioniert nicht</a>:</p>
<blockquote>
<p dir="auto">Unfortunately, no algorithm for detecting code page can work 100% of the time.</p>
</blockquote>
<p dir="auto">As far as I have understood this plugin, AutoCodepage is not used for detecting a code page but for opening a file with a specific extension in a  specific code page.</p>
<p dir="auto">This is set up in the AutoCodepage settings, e.g.<br />
Group name: <code>OEM 850 files</code><br />
New filename extension(s): <code>.OEM850</code><br />
Code page to set: <code>OEM 850</code><br />
click <code>+</code> below the Group name panel<br />
click <code>+</code> below the filename extension(s) panel</p>
<p dir="auto">This works properly for me and OEM 850 is shown in the status bar if I open a file with filename extension .oem850</p>
]]></description><link>https://community.notepad-plus-plus.org/post/98828</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/98828</guid><dc:creator><![CDATA[datatraveller1]]></dc:creator><pubDate>Sun, 29 Dec 2024 19:25:40 GMT</pubDate></item><item><title><![CDATA[Reply to Plugin &#x27;AutoCodepage v1.2.7&#x27; für &#x27;notepad++ v8.7.4&#x27; funktioniert nicht on Sun, 29 Dec 2024 15:26:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hein-daddel" aria-label="Profile: Hein-Daddel">@<bdi>Hein-Daddel</bdi></a> said in <a href="/post/98823">Plugin 'AutoCodepage v1.2.7' für 'notepad++ v8.7.4' funktioniert nicht</a>:</p>
<blockquote>
<p dir="auto">Do you have a tip for me as to where the problem lies?</p>
</blockquote>
<p dir="auto">Unfortunately, no algorithm for detecting code page can work 100% of the time.  That’s one of the reasons that Unicode encodings are so much better than the 80’s code pages.  <code>chcp 65001</code> is my friend (though in your case, I have never tried it in combination with a redirected <code>dir</code> output in a batch, so I don’t know for sure if it will honor the <code>chcp</code> encodings in that case)</p>
<p dir="auto">If Notepad++ had a command-line option for specifying the code page for the file you are opening, you could set it using the command line… But, alas, <a href="https://npp-user-manual.org/docs/command-prompt/" rel="nofollow ugc">it does not</a>.  It’s probably worth a feature request (<a href="https://community.notepad-plus-plus.org/topic/15741/faq-desk-feature-request-or-bug-report">see “FAQ: Feature Request”</a>)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/98826</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/98826</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sun, 29 Dec 2024 15:26:58 GMT</pubDate></item></channel></rss>