<?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[CR LF line ending translation bug]]></title><description><![CDATA[<p dir="auto">Hi, I noticed the CR LF translation didn’t work when I had a file with mixed CR’s and LF’s… I still ended up with a file with mixed LF or CRLF endings.</p>
<p dir="auto">The same file was correctly translated to CRLF using Notepad3 (no dis intended).</p>
<p dir="auto">Thx!!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/25105/cr-lf-line-ending-translation-bug</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 07:40:57 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/25105.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 05 Nov 2023 15:30:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CR LF line ending translation bug on Sun, 05 Nov 2023 18:48:12 GMT]]></title><description><![CDATA[<p dir="auto">I’d also note that if you have mixed <code>CR</code> and <code>LF</code> you can easily convert those all to <code>CRLF</code> with this find/replace:<br />
FIND: <code>\R</code><br />
REPLACE WITH: <code>\r\n</code><br />
Regular expressions ON<br />
BEFORE:<br />
<img src="/assets/uploads/files/1699210076509-be5003c8-89b3-497d-a3d1-f2aac078829e-image.png" alt="be5003c8-89b3-497d-a3d1-f2aac078829e-image.png" class=" img-fluid img-markdown" /><br />
AFTER:<br />
<img src="/assets/uploads/files/1699210090987-3bc6fcca-3d23-45ea-ad4f-338f1842aa52-image.png" alt="3bc6fcca-3d23-45ea-ad4f-338f1842aa52-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/90306</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/90306</guid><dc:creator><![CDATA[Mark Olson]]></dc:creator><pubDate>Sun, 05 Nov 2023 18:48:12 GMT</pubDate></item><item><title><![CDATA[Reply to CR LF line ending translation bug on Sun, 05 Nov 2023 15:40:33 GMT]]></title><description><![CDATA[<p dir="auto">@networkproblemsolver said in <a href="/post/90301">CR LF line ending translation bug</a>:</p>
<blockquote>
<p dir="auto">CR LF translation</p>
</blockquote>
<p dir="auto">Tell us more about what you did.  Otherwise <a href="https://community.notepad-plus-plus.org/topic/15739/faq-desk-request-for-help-without-sufficient-information-to-help-you">THIS</a> applies.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/90302</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/90302</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sun, 05 Nov 2023 15:40:33 GMT</pubDate></item></channel></rss>