<?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[NP++ 6.8.8 file encode type does not stay as UTF8]]></title><description><![CDATA[<p dir="auto">I make file convert to UTF8 from encoding menu, but it only works on current session.</p>
<p dir="auto">After close the file and re-open again the file encode change back to ANSI.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/10981/np-6-8-8-file-encode-type-does-not-stay-as-utf8</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 19:35:54 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/10981.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Dec 2015 17:37:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NP++ 6.8.8 file encode type does not stay as UTF8 on Sat, 26 Dec 2015 21:20:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a></p>
<p dir="auto">thank you very much for the hard work, I really appreciate it.<br />
Encoding is one of those points which I don’t really understand fully.<br />
Now I have a reference how it is solved and used in npp.</p>
<p dir="auto">Thx<br />
Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12826</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12826</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sat, 26 Dec 2015 21:20:09 GMT</pubDate></item><item><title><![CDATA[Reply to NP++ 6.8.8 file encode type does not stay as UTF8 on Sat, 05 Nov 2022 10:50:12 GMT]]></title><description><![CDATA[<p dir="auto">Hi, <strong>Hsiang Pan</strong> and <strong>Claudia</strong> and **All,</p>
<p dir="auto">These last days, I tried to go into these questions , more <strong>deeply</strong>, and I tested <strong>numerous</strong> encoding cases !</p>
<p dir="auto">Below, I summed up, in a table, the <strong>resulting</strong> encoding of a file, on <strong>re</strong>-opening Notepad++ ( without any <strong>encoding</strong> or <strong>converting</strong> action, <strong>before</strong> closing ), depending on :</p>
<ul>
<li>
<p dir="auto">The <strong>present</strong> file encoding ( <strong>3</strong> Rows )</p>
</li>
<li>
<p dir="auto">The <strong>present default</strong> encoding, for a <strong>new</strong> document ( <strong>2</strong> Columns )</p>
</li>
</ul>
<pre><code class="language-diff">                                ===============================================
                                ║        DEFAULT NEW document ENCODING        ║
                                ║                      in                     ║
                                ║   Settings - Preferences... - New Document  ║
                                ║----------------------------•----------------║
                                ║  ANSI     UTF-8 without □  |                ║
                                ║                            |                ║
                                ║  UTF-8 BOM   UCS-2 BE BOM  |  UTF-8 with □  ║
                                ║                            |                ║
                                ║  UCS-2 LE BOM    Other     |                ║
    ============================║============================•================║
    ║  PRESENT   |  ANSI        ║            ANSI            |  UTF-8 / ANSI  ║
    ║            |              ║                            |                ║
    ║   File     |  UTF-8       ║        ANSI / UTF-8        |      UTF-8     ║
    ║            |              ║                            |                ║
    ║  Encoding  |  Encoding Z  ║        Encoding Z          |   Encoding Z   ║
    ===========================================================================

</code></pre>
<p dir="auto"><strong>NOTES</strong> :</p>
<ul>
<li>
<p dir="auto">The mention <strong>with <code>□</code></strong>, means that the option <strong>Apply to opened ANSI files</strong> is <strong>checked</strong></p>
</li>
<li>
<p dir="auto">The mention <strong>without <code>□</code></strong>, means that the option <strong>Apply to opened ANSI files</strong> is <strong>UNchecked</strong></p>
</li>
<li>
<p dir="auto">The mention <strong>Other</strong>, represents ANY encoding, from the list <strong>Characters sets / … / …</strong></p>
</li>
<li>
<p dir="auto">The syntax <strong><code>xxx / yyy</code></strong> means that, in re-opening N++, the <strong>resulting</strong> file encoding is :</p>
<ul>
<li>
<p dir="auto"><strong><code>xxx</code></strong>, if <strong>ALL</strong> the characters, of a file, have an <strong>Unicode</strong> code-point <strong><code>&lt; \x{80}</code></strong></p>
</li>
<li>
<p dir="auto"><strong><code>yyy</code></strong>, if, at LEAST, <strong>ONE</strong> character, of the file, has an <strong>Unicode</strong> code-point <strong><code>&gt; \x{7F}</code></strong></p>
</li>
</ul>
</li>
<li>
<p dir="auto">The mention <strong>Encoding Z</strong> represents the <strong>present</strong> file encoding, which may be :</p>
<ul>
<li>
<p dir="auto">The <strong>UTF-8 BOM</strong> encoding</p>
</li>
<li>
<p dir="auto">The <strong>UCS-2 BE BOM</strong> encoding</p>
</li>
<li>
<p dir="auto">The <strong>UCS-2 LE BOM</strong> encoding</p>
</li>
<li>
<p dir="auto">A <strong>specific</strong> encoding, from the list <strong>Character sets / … / …</strong></p>
</li>
</ul>
</li>
</ul>
<hr />
<p dir="auto">So, from this table, we can conclude that, after re-opening N++, the ENCODING of a file has <strong>CHANGED</strong>, in <strong>TWO</strong> cases, only :</p>
<ul>
<li>
<p dir="auto"><strong>FIRST</strong> case :</p>
<ul>
<li>
<p dir="auto">The <strong>previous</strong> file encoding was <strong>ANSI</strong></p>
</li>
<li>
<p dir="auto">The <strong>new default</strong> encoding is <strong>UTF-8</strong>, with the <strong>Apply to opened ANSI files</strong> option <strong>checked</strong></p>
</li>
<li>
<p dir="auto"><strong>ALL</strong> the characters, of the file, have an <strong>Unicode</strong> code-point <strong><code>&lt; \x{80}</code></strong></p>
</li>
</ul>
</li>
<li>
<p dir="auto"><strong>SECOND</strong> case :</p>
<ul>
<li>
<p dir="auto">The <strong>previous</strong> file encoding was <strong>UTF-8</strong></p>
</li>
<li>
<p dir="auto">The <strong>new default</strong> encoding is DIFFERENT from <strong>UTF-8</strong>, with the <strong>Apply to opened ANSI files</strong> option <strong>checked</strong></p>
</li>
<li>
<p dir="auto"><strong>ALL</strong> the characters, of the file, have an <strong>Unicode</strong> code-point <strong><code>&lt; \x{80}</code></strong></p>
</li>
</ul>
</li>
</ul>
<hr />
<p dir="auto">We can, also, deduce that the <strong>easiest</strong> solution, to <strong>preserve</strong> the <strong>actual</strong> encoding of a file, is to use, for the <strong>DEFAULT NEW</strong> document encoding :</p>
<ul>
<li>
<p dir="auto">The <strong>ANSI</strong> encoding, if you want that your file has the <strong>ANSI</strong> encoding, in any case</p>
</li>
<li>
<p dir="auto">The <strong>UTF-8</strong> encoding, with the <strong>Apply to opened ANSI files</strong> option <strong>CHECKED</strong>, if you want that your file has the <strong>UTF-8</strong> encoding, in any case</p>
</li>
<li>
<p dir="auto">Any <strong>other</strong> encoding, if you want that your file has this <strong>according</strong> encoding, in any case</p>
</li>
</ul>
<hr />
<p dir="auto">Now, if we consider an <strong>encoding</strong> or <strong>converting</strong> action, <strong>before</strong> closing and re-starting Notepad++, we get the <strong>new</strong> table, below, with the <strong>resulting</strong> encoding, of a file, depending on :</p>
<ul>
<li>
<p dir="auto">The <strong>present default</strong> encoding for a <strong>new</strong> document ( Column <strong>1</strong> )</p>
</li>
<li>
<p dir="auto">The <strong>present</strong> file encoding  ( Column <strong>2</strong> )</p>
</li>
<li>
<p dir="auto">The <strong>encoding</strong> action ( Columns <strong>3</strong>, <strong>4</strong> or <strong>5</strong> ) or the <strong>converting</strong> action ( Columns <strong>6</strong>, <strong>7</strong> or <strong>8</strong> )</p>
</li>
</ul>
<pre><code class="language-diff"> ==============================================================================================================================
    ║ DEFAULT NEW       ║   PRESENT    ║                 ENCODE in                  ║                 CONVERT to                 ║
    ║    Document       ║     File     ║--------------•--------------•--------------║--------------•--------------•--------------║
    ║       ENCODING    ║   ENCODING   ║     ANSI     |    UTF-8     |  Encoding X  ║     ANSI     |    UTF-8     | Converting Y ║
    ║===================║==============║==============•==============•==============║==============•==============•==============║
    ║      ANSI         ║     ANSI     ║     ANSI     |     ANSI     |              ║     ANSI     | ANSI / UTF-8 |              ║
    ║ UTF-8   without □ ║--------------║--------------•--------------|              ║--------------•--------------|              ║
    ║ UTF-8 BOM         ║ UTF-8        ║              |              |              ║              |              |              ║
    ║                   ║ UTF-8 BOM    ║              |              |              ║              |              |              ║
    ║ UCS-2 BE BOM      ║              ║ ANSI / UTF-8 | ANSI / UTF-8 |              ║     ANSI     | ANSI / UTF-8 |              ║
    ║ UCS-2 LE BOM      ║ UCS-2 BE BOM ║              |              |              ║              |              |              ║
    ║                   ║ UCS-2 LE BOM ║              |              |              ║              |              |              ║
    ║ OTHER Encoding    ║--------------║--------------•--------------|              ║--------------•--------------|              ║
    ║                   ║  Encoding Z  ║     ANSI     |     ANSI     |              ║  Encoding Z  | ANSI / UTF-8 |              ║
    ║===================║==============║=============================|  Encoding X  ║=============================| Converting Y ║
    ║                   ║     ANSI     ║ UTF-8 / ANSI | UTF-8 / ANSI |              ║ UTF-8 / ANSI |    UTF-8     |              ║
    ║                   ║--------------║--------------•--------------|              ║--------------•--------------|              ║
    ║                   ║ UTF-8        ║              |              |              ║              |              |              ║
    ║                   ║ UTF-8 BOM    ║              |              |              ║              |              |              ║
    ║  UTF-8    with □  ║              ║    UTF-8     |    UTF-8     |              ║ UTF-8 / ANSI |    UTF-8     |              ║
    ║                   ║ UCS-2 BE BOM ║              |              |              ║              |              |              ║
    ║                   ║ UCS-2 LE BOM ║              |              |              ║              |              |              ║
    ║                   ║--------------║--------------•--------------|              ║--------------•--------------|              ║
    ║                   ║  Encoding Z  ║ UTF-8 / ANSI | UTF-8 / ANSI |              ║  Encoding Z  |    UTF-8     |              ║
    ==============================================================================================================================

</code></pre>
<p dir="auto"><strong>NOTES</strong> :</p>
<ul>
<li>
<p dir="auto">In column <strong>1</strong>, the mention <strong>with <code>□</code></strong>, means that the option <strong>Apply to opened ANSI files</strong> is <strong>checked</strong></p>
</li>
<li>
<p dir="auto">In column <strong>1</strong>, the mention <strong>without <code>□</code></strong>, means that the option <strong>Apply to opened ANSI files</strong> is <strong>UNchecked</strong></p>
</li>
<li>
<p dir="auto">In columns <strong>2</strong> and <strong>6</strong>, the mention <strong>Encoding Z</strong> represents a <strong>specific</strong> encoding, from the list <strong>Characters sets / … /…</strong></p>
</li>
<li>
<p dir="auto">In column <strong>5</strong>, the mention <strong>Encoding X</strong> represents <strong>ONE</strong> of the <strong>encoding</strong> actions :</p>
<ul>
<li>
<p dir="auto">Encode in <strong>UTF-8 BOM</strong></p>
</li>
<li>
<p dir="auto">Encode in <strong>UCS-2 BE BOM</strong></p>
</li>
<li>
<p dir="auto">Encode in <strong>UCS-2 LE BOM</strong></p>
</li>
<li>
<p dir="auto"><strong>Character sets / … / …</strong></p>
</li>
</ul>
</li>
<li>
<p dir="auto">In column <strong>8</strong>, the mention <strong>Converting Y</strong> represents <strong>ONE</strong> of the <strong>converting</strong> actions :</p>
<ul>
<li>
<p dir="auto">Convert to <strong>UTF-8 BOM</strong></p>
</li>
<li>
<p dir="auto">Convert to <strong>UCS-2 BE BOM</strong></p>
</li>
<li>
<p dir="auto">Convert to <strong>UCS-2 LE BOM</strong></p>
</li>
</ul>
</li>
<li>
<p dir="auto">In columns <strong>3</strong>, <strong>4</strong>, <strong>6</strong> and <strong>7</strong>, the syntax <strong><code>xxx / yyy</code></strong> means that the <strong>resulting</strong> file encoding is :</p>
<ul>
<li>
<p dir="auto"><strong><code>xxx</code></strong>, if <strong>ALL</strong> the characters, of a file, have an <strong>Unicode</strong> code-point <strong><code>&lt; \x{80}</code></strong></p>
</li>
<li>
<p dir="auto"><strong><code>yyy</code></strong>, if, at LEAST, <strong>ONE</strong> character, of the file, has an <strong>Unicode</strong> code-point <strong><code>&gt; \x{7F}</code></strong></p>
</li>
</ul>
</li>
</ul>
<hr />
<p dir="auto"><strong>IMPORTANT</strong> :</p>
<p dir="auto">These results are <strong>IDENTICAL</strong>, whether the option <strong>Settings - Preferences… - MISC - Autodetect character encoding</strong> is <strong>checked</strong> or <strong>UNchecked</strong></p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
<p dir="auto"><strong>P.S.</strong> :</p>
<p dir="auto"><strong>All</strong> tests done with the last <strong>v6.8.8</strong> version of Notepad++</p>
<p dir="auto">As a remainder , you’ll find, below, the <strong>main</strong> differences between an <strong><code>ENCODING</code></strong> and a <strong><code>CONVERTING</code></strong> action :</p>
<hr />
<p dir="auto">When you use the menu option <strong>Encoding - Encode in …</strong> or <strong>Encoding - Character sets - …</strong>, Notepad++ <strong>DOESN’T</strong> change the file, at all ! It just tries to <strong>re-interpret</strong> the <strong>present</strong> contents of the file, <strong>according to</strong> the <strong>new</strong> encoding</p>
<p dir="auto">You’ll generally use that option, if <strong>some</strong> characters of the file look <strong>weird</strong>, or are replaced by an <strong>interrogation</strong> mark ( <strong>?</strong> ), a <strong>small square</strong> box ( <strong><code>□</code></strong> ) or the UNICODE <strong>replacement</strong> character ( <strong><code>\xFFFD</code></strong> ). You’ll also use this option, if the file seems completely <strong>unreadable</strong> :-((</p>
<p dir="auto">After an <strong><code>ENCODING</code></strong> action, remember that the <strong>datas</strong> are <strong><code>NEVER</code></strong> changed, only displaying is <strong><code>CHANGED</code></strong> !</p>
<hr />
<p dir="auto">When you use the menu option <strong>Encoding - Convert to …</strong>, this time, Notepad++ <strong>DOES change</strong> the file, as it re-writes the <strong>SAME</strong> contents, according to the <strong>new</strong> encoding !</p>
<p dir="auto">You’ll generally use that option, if the <strong>PRESENT</strong> file is <strong>quite readable</strong> but must be read with an <strong>OTHER</strong> editor, that does <strong>NOT</strong> support the <strong>original</strong> encoding.</p>
<p dir="auto">After a <strong><code>CONVERTING</code></strong> action, datas are <strong><code>ALWAYS</code></strong> changed. In addition, <strong>all</strong> the characters, which <strong>can’t</strong> be represented with that <strong>new</strong> encoding, will be replaced by a <strong>Question Mark</strong>, a small <strong>square box</strong> ( <strong><code>□</code></strong> ) or the UNICODE <strong>replacement</strong> character ( <strong><code>\xFFFD</code></strong> ).</p>
<p dir="auto">This situation may likely occur, if the <strong>original</strong> encoding was an <strong>UNICODE</strong> encoding and the <strong>new</strong> encoding is the <strong>ANSI</strong> encoding !</p>
<p dir="auto">To end with that topic, don’t forget that, <strong>whatever</strong> the encoding chosen, the <strong>font</strong>, used to display the <strong>glyphs</strong>, may <strong><code>NOT</code></strong> contain <strong>some</strong> characters of the file, and will, then, display some <strong><code>substitution</code></strong> characters, instead !</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12817</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12817</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sat, 05 Nov 2022 10:50:12 GMT</pubDate></item><item><title><![CDATA[Reply to NP++ 6.8.8 file encode type does not stay as UTF8 on Tue, 22 Dec 2015 03:45:03 GMT]]></title><description><![CDATA[<p dir="auto">Thank you guys to clear out my issue.</p>
<p dir="auto">Now I understand the logic, since my file does not contain any UTF8 text on it. So next time when I open that file it will stay as <strong>ANSI</strong>.</p>
<p dir="auto">If I have one UTF8 text on it. It will open as **UTF8 ** next time</p>
<p dir="auto">I tried it, it works.</p>
<p dir="auto">BTW I do set  Settings - Preferences -  New Document - Encoding to UTF8.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12733</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12733</guid><dc:creator><![CDATA[Hsiang Pan]]></dc:creator><pubDate>Tue, 22 Dec 2015 03:45:03 GMT</pubDate></item><item><title><![CDATA[Reply to NP++ 6.8.8 file encode type does not stay as UTF8 on Mon, 21 Dec 2015 19:50:16 GMT]]></title><description><![CDATA[<p dir="auto">Hello <strong>Hsiang Pan</strong>,</p>
<p dir="auto">Well, I understood what’s happened and <strong>Claudia</strong> guessed it, too !</p>
<p dir="auto">Could you confirm that, in <strong>Settings - Preferences… - New Document - Encoding</strong>, your <strong>default</strong> choice, for a <strong>new</strong> document, is the <strong>ANSI</strong> option ?</p>
<p dir="auto">In that <strong>specific</strong> case, if, in addition, your file does <strong>NOT</strong> contain any character with Unicode code-point <strong>&gt;<code>\x{7F}</code></strong>, an <strong>encoding</strong> action in <strong>UTF-8</strong>, for N++ versions <strong>&gt; 6.8.0</strong> ( or <strong>UTF-8 without BOM</strong>, for N++ versions <strong>&lt; 6.8.1</strong> ) seems to be <strong>ignored</strong> and your file keeps its previous <strong>ANSI</strong> encoding, on <strong>next</strong> opening of N++ !</p>
<p dir="auto">Why that <strong>weird</strong> behaviour ? If you think about it, it’s quite <strong>logical</strong> !</p>
<p dir="auto">When a file contains <strong>ONLY</strong> characters with code-point <strong>&lt; 128</strong> ( <strong><code>\x{80}</code></strong> ), each character needs an <strong>UNIQUE</strong> byte and your file is <strong>EXACTLY</strong> the same in the <strong>ANSI</strong>, <strong>UTF-8</strong>, <strong>UTF-8 BOM</strong>, <strong>UCS-2 BE BOM</strong>, and <strong>UCS-2 LE BOM</strong> encodings.</p>
<p dir="auto">To that purpose, just follow the <strong>link</strong> below :</p>
<p dir="auto"><a href="https://en.wikipedia.org/wiki/ASCII" rel="nofollow ugc">https://en.wikipedia.org/wiki/ASCII</a></p>
<p dir="auto">So, even with an <strong>hexadecimal</strong> editor, <strong>nobody</strong> would ever guess the <strong>exact</strong> encoding of such a file :-((</p>
<hr />
<p dir="auto">If you had chosen to encode your file in <strong>UTF-8 BOM</strong>, <strong>UCS-2 BE BOM</strong>, or <strong>UCS-2 LE BOM</strong>, your file would have kept this <strong>new</strong> encoding, on <strong>next</strong> N++ opening. Indeed, due to the <strong>BOM</strong> ( <strong>Byte Order Mark</strong> ), <strong>2</strong> or <strong>3 invisible</strong> bytes, at the <strong>very beginning</strong> of a file, these <strong>three</strong> encodings are <strong>clearly</strong> identified !</p>
<p dir="auto">On the other hand, if your file would have contained, at least, <strong>ONE</strong> character, with code-point <strong>&gt;<code>\x{7F}</code></strong>, <strong>once</strong> your file encoded in <strong>UTF-8</strong>, all the characters with code <strong>&gt; 128</strong> are coded with <strong>2</strong>, <strong>3</strong> or <strong>4</strong> bytes, which helps to correctly identify an <strong>UT8 encoding</strong>, despite the absence of the <strong>BOM</strong>. So Notepad++ “accepts” this <strong>new UTF-8</strong> encoding !</p>
<p dir="auto">But, if <strong>all</strong> the code-points of the characters, of your file, are <strong>&lt;<code>\x{80}</code></strong>, Notepad++ doesn’t take your <strong>UTF-8</strong> demand in account and keeps the <strong>ANSI</strong> encoding, since it’s, also, your <strong>default</strong> encoding for a <strong>new</strong> document :-)</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12725</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12725</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Mon, 21 Dec 2015 19:50:16 GMT</pubDate></item><item><title><![CDATA[Reply to NP++ 6.8.8 file encode type does not stay as UTF8 on Mon, 21 Dec 2015 18:32:32 GMT]]></title><description><![CDATA[<p dir="auto">Hello Hsiang Pan,</p>
<p dir="auto">I can only assume what npp does under the hood but what I have discovered so far is,<br />
if content of the file can be either ascci or utf-8 (both share the same characters from<br />
0-127) npp seems to use the default from the settings. Therefore this setting<br />
would allow to open existing as well as new documents with utf-8 encoding.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12723</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12723</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Mon, 21 Dec 2015 18:32:32 GMT</pubDate></item><item><title><![CDATA[Reply to NP++ 6.8.8 file encode type does not stay as UTF8 on Mon, 21 Dec 2015 06:33:53 GMT]]></title><description><![CDATA[<p dir="auto">Hello Claudia,</p>
<p dir="auto">Thank you for reply me. I think you misunderstand my question.</p>
<p dir="auto">My issue is not related to open the new document from the program itself.</p>
<p dir="auto">I see an issue.</p>
<p dir="auto">When I convert the document type to UTF8 and save it, next time I open the same file the encoding type still set as ANSI.</p>
<p dir="auto">I am sure it was fine on version 5.x</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12718</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12718</guid><dc:creator><![CDATA[Hsiang Pan]]></dc:creator><pubDate>Mon, 21 Dec 2015 06:33:53 GMT</pubDate></item><item><title><![CDATA[Reply to NP++ 6.8.8 file encode type does not stay as UTF8 on Sun, 20 Dec 2015 18:38:25 GMT]]></title><description><![CDATA[<p dir="auto">Hello Hsiang-Pan,</p>
<p dir="auto">menu Settings-&gt;Preferences-&gt;New Document</p>
<p dir="auto">check UTF-8 radio box.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12700</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12700</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sun, 20 Dec 2015 18:38:25 GMT</pubDate></item></channel></rss>