<?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[How to auto-convert text (Umlaute) when changing file encoding from ANSI to UTF-8 BOM?]]></title><description><![CDATA[<p dir="auto">Assume I open a new, empty file with file encoding ANSI.</p>
<p dir="auto">I type some german text which contains Umlaute like äöü</p>
<p dir="auto">Later I decide to switch the file encoding to UTF-8 by clicking on menu</p>
<p dir="auto">Encoding—&gt;UTF-8 BOM</p>
<p dir="auto">Yes, the file encoding is now UTF-8 BOM.</p>
<p dir="auto">But the Umlaute äöü appear now as<br />
xE4 xF6 xFC  (with black background)</p>
<p dir="auto">How can I tell NP++ to automatically convert all Umlaute to the corresponding UTF-8 bytes when switching file encoding from ANSI to UTF-8?</p>
<p dir="auto">If  this is not possible automatically:<br />
How can I mark the text and do it manually?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/27590/how-to-auto-convert-text-umlaute-when-changing-file-encoding-from-ansi-to-utf-8-bom</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 16:35:23 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/27590.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 01 Jul 2026 05:02:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to auto-convert text (Umlaute) when changing file encoding from ANSI to UTF-8 BOM? on Wed, 01 Jul 2026 07:57:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coises" aria-label="Profile: Coises">@<bdi>Coises</bdi></a></p>
<p dir="auto">funzt. Danke</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105798</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105798</guid><dc:creator><![CDATA[Claudia Svenson]]></dc:creator><pubDate>Wed, 01 Jul 2026 07:57:19 GMT</pubDate></item><item><title><![CDATA[Reply to How to auto-convert text (Umlaute) when changing file encoding from ANSI to UTF-8 BOM? on Wed, 01 Jul 2026 05:11:23 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-svenson" aria-label="Profile: Claudia-Svenson">@<bdi>Claudia-Svenson</bdi></a> <a href="/post/105796">said</a>:</p>
<p dir="auto">Assume I open a new, empty file with file encoding ANSI.</p>
<p dir="auto">I type some german text which contains Umlaute like äöü</p>
<p dir="auto">Later I decide to switch the file encoding to UTF-8 by clicking on menu</p>
<p dir="auto">Encoding—&gt;UTF-8 BOM</p>
<p dir="auto">Yes, the file encoding is now UTF-8 BOM.</p>
<p dir="auto">But the Umlaute äöü appear now as<br />
xE4 xF6 xFC  (with black background)</p>
<p dir="auto">How can I tell NP++ to automatically convert all Umlaute to the corresponding UTF-8 bytes when switching file encoding from ANSI to UTF-8?</p>
<p dir="auto">If  this is not possible automatically:<br />
How can I mark the text and do it manually?</p>
</blockquote>
<p dir="auto">Use the bottom section of the <strong>Encoding</strong> menu, e.g, <strong>Convert to UTF-8-BOM</strong>, when you want to convert.</p>
<p dir="auto">There are usually only two times you should use the top section:</p>
<ul>
<li>
<p dir="auto">when you have a completely empty new file and you want to change from the default encoding to something else before you start adding text;</p>
</li>
<li>
<p dir="auto">when you have just opened a file and the encoding Notepad++ determined it to be is wrong, so you want to change it and have Notepad++ reread the file as a different encoding.</p>
</li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/post/105797</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105797</guid><dc:creator><![CDATA[Coises]]></dc:creator><pubDate>Wed, 01 Jul 2026 05:11:23 GMT</pubDate></item></channel></rss>